- Joined
- Dec 12, 2011
- Messages
- 116
It's just a simple question. I think I heard somewhere that there are some restrictions of functions you can call or things you can do in general, when you are inside a Trigger Condition:
So, is there, in fact, some restriction inside:
Or I am just crazy?
Thanks
hamsterpellet
JASS:
call TriggerAddCondition( gg_trg_MyTrigger, Filter( function Trig_MyTrigger_Conditions ) )
So, is there, in fact, some restriction inside:
JASS:
function Trig_MyTrigger_Conditions takes nothing returns boolean
Or I am just crazy?
Thanks
hamsterpellet