Thread: trigger() help
View Single Post
  #3  
Old 12-20-2006, 10:38 PM
Chompy Chompy is offline
¯\(º_o)/¯
Chompy's Avatar
Join Date: Sep 2006
Location: Norway
Posts: 2,815
Chompy is just really niceChompy is just really niceChompy is just really nice
Send a message via MSN to Chompy
Quote:
Originally Posted by Gambet View Post
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.
Well, I am making a head script, loading text files which contain some info about a skill the script is going to load, then send the info to a wnpc, I thought about trigger(), but I think I can do it with triggerserver() and triggerclient() then
__________________
Reply With Quote