
06-07-2005, 06:22 AM
|
|
Registered User
|
 |
Join Date: Sep 2004
Posts: 5,260
|
|
|
#m,grab; //This is the player grabbing the item
triggeraction grab,vecx,vecy; //The triggeraction calling the NPC 'grab' (Not a finished triggeraction)
Item NPC: if (actiongrab){ //recieving the triggeraction
That's basically what you need. I'm not giving you anything else. |
|
|
|