Thread: What's Wrong?
View Single Post
  #8  
Old 01-21-2006, 06:58 PM
ZeLpH_MyStiK ZeLpH_MyStiK is offline
Scripter
ZeLpH_MyStiK's Avatar
Join Date: May 2003
Location: NYC
Posts: 553
ZeLpH_MyStiK is on a distinguished road
Send a message via MSN to ZeLpH_MyStiK Send a message via Yahoo to ZeLpH_MyStiK
Quote:
Originally Posted by Kronan
HTML Code:
if (actionserverside) {
  setlevel2 onlinestartlocal.nw,30,30;
}

//#CLIENTSIDE
if (playerenters || created) {
  timeout = 1;
}

if (timeout) {
  triggeraction 0,0,serverside,#n;
}
...dont give bad advice, i'm assuming this is a level npc
NPC Code:

if (actionserverside) setlevel2 onlinestartlocal.nw,30,30;
//#CLIENTSIDE
if (created || playerenters) timeout = 1;
if (timeout) triggeraction x,y,serverside,;


i dont really mind giving this out since its just 4 lines, but you should really look over some of the documents graal give you or visit Graal Wiki.
__________________
Reply With Quote