
09-10-2005, 04:41 AM
|
|
Old Bee
|
 |
Join Date: Jul 2001
Location: Orlando, FL
Posts: 7,222
|
|
|
*sigh* This script is a mess. Why do you have multiple timeout events? Also, you can't just setlevel2 like that serverside... You aren't specifying a player. How is the npc supposed to know who to warp? It would probably be good to specify the player account to warp in the triggeraction parameter, and then on serverside use getplayer.
edit: and I'm almost positive that timeout does not transcend clientside to serverside... Meaning you can't have a clientside timeout and then do an "if (timeout)" serverside. |
|
|
|