Thread: Npc problems...
View Single Post
  #27  
Old 01-19-2004, 07:35 AM
TheStivi TheStivi is offline
Registered User
Join Date: Sep 2002
Location: Germany - NRW
Posts: 78
TheStivi is on a distinguished road
Send a message via ICQ to TheStivi Send a message via AIM to TheStivi
If you want to make a warp ...
In a weapon :

NPC Code:

if (actionserverside){
setlevel2 level,x,y;
}
//#CLIENTSIDE
if (weaponfired){
triggeraction 0,0,serverside,weaponname,;
}



In a NPC in a Level :
NPC Code:

if (actionwarp){
setlevel2 level,x,y;
}
if (created){
setshape 1,32,32;
}
//#CLIENTSIDE
if (playertouchsme){
triggeraction x,y,warp,;
}




Kay ?
__________________
Old Staff Jobs :
Graal 2002 : Gani Maker || Doomsday : Developer || Terra : Developer || Zenkou : NAT || Anystria : Manager || Galeon : Co Manager || Kabruriki : NAT Chief || Archaic : NAT || Age of Legends : Manager
Reply With Quote