
12-25-2001, 08:13 PM
|
|
Registered User
|
 |
Join Date: Jul 2001
Location: Germany
Posts: 655
|
|
|
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
|
|
|
|