HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

Trigger Action Stuff

03-07-2004, 03:44 AM#1
Sage the Mage
Well triggeractions, the variable. Is there a way to define em that won't force me into using the return bug? (Aka, what does a triggeraction actually look like?)
03-07-2004, 03:18 PM#2
AIAndy
Quote:
Originally Posted by Sage the Mage
Well triggeractions, the variable. Is there a way to define em that won't force me into using the return bug? (Aka, what does a triggeraction actually look like?)
A triggeraction is the variable type that is returned by the native TriggerAddAction and the only use of it that I am aware of is to remove a specific action from a trigger.
03-07-2004, 03:39 PM#3
Sage the Mage
Quote:
Originally Posted by AIAndy
A triggeraction is the variable type that is returned by the native TriggerAddAction and the only use of it that I am aware of is to remove a specific action from a trigger.

Heh realized that that function had it when I woke up. I was looking for an option I could place in the GUI, but it looks like I'll be doing it that way.