
12-20-2006, 09:57 PM
|
|
Registered User
|
Join Date: Oct 2003
Posts: 2,712
|
|
|
What exactly are you trying to do?
trigger() is used to call a specified event with specified params, without causing any sort of delay in the script
If you want to trigger to another wNPC, then use triggeraction(). If you want to trigger to the same wNPC, then use triggerserver() or triggeraction().
I don't really see what you may need trigger() for, be a bit more specific. |
|
|
|