Thread: Boat ride...
View Single Post
  #2  
Old 04-18-2007, 07:22 PM
Andy0687 Andy0687 is offline
Enigma
Join Date: Feb 2002
Posts: 1,072
Andy0687 is on a distinguished road
Quote:
Originally Posted by DustyPorViva View Post
NPC Code:
if (playerenters) timeout=20;
if (timeout) setlevel2 blahblah.nw,x,y;

This is your shortest working solution in gs1 but you dont want to put it clientside (like i suspect you are doing) unless you want to trigger to warp the player (since setlevel2 isnt clientside).
__________________
Reply With Quote