View Single Post
  #2  
Old 12-25-2001, 08:13 PM
TDO2000 TDO2000 is offline
Registered User
TDO2000's Avatar
Join Date: Jul 2001
Location: Germany
Posts: 655
TDO2000 is on a distinguished road
um it works offline if u trigger an NPC u don't have to trigger at the x and y of it... u have to get nearly the middle of the NPC then it should work

the same for the player if u want to trigger the player u need to add a little bit to the x and y

for example:

player has code in weapon

if(actionkick){
setplayerprop #c,ouch;
}


NPC:
if(playerenters){
triggeraction playerx+1.5,playery+2,kick,;
}

should work
__________________
No Webhost at the moment
Reply With Quote