How specificly does this work. I have an idea i just want to make sure i am doing it right =).
Also when i place a function into a trigger i.e.
Can i pass variables into that function, i am assuming i can but wasn't sure, so like is this legal.
Oh and What are the specifics on how region cells work.
Also how can i make it so the aoe damage that i spawn when this trigger is triggered doesn't harm friendlies.
Also everytime the event that triggers the trigger occures a new instance of the trigger is created correct?
And if i have one trigger create anouther trigger, which then passes in a value to the new trigger, will that value then be specific to the newly created trigger and seperate from other insatnces.
Like i might be able too figure msot of this on my own, but i wont be confident about it, and if someone is willing to give me a quick answer much would be appreciated.
Also when i place a function into a trigger i.e.
Code:
TriggerRegesterSomeEvent(someTrigger, function yahoo)
Can i pass variables into that function, i am assuming i can but wasn't sure, so like is this legal.
Code:
TriggerRegesterSomeEvent(someTrigger, function yahoo(somevariable))
Oh and What are the specifics on how region cells work.
Also how can i make it so the aoe damage that i spawn when this trigger is triggered doesn't harm friendlies.
Also everytime the event that triggers the trigger occures a new instance of the trigger is created correct?
And if i have one trigger create anouther trigger, which then passes in a value to the new trigger, will that value then be specific to the newly created trigger and seperate from other insatnces.
Like i might be able too figure msot of this on my own, but i wont be confident about it, and if someone is willing to give me a quick answer much would be appreciated.
Last edited by a moderator: