JASS:
scope stupid initializer you_are
globals
private constant integer MY_AGE = 16
endglobals
private function condition takes nothing returns boolean
debug call DisplayTextToPlayer(player(0), 0, 0, SCOPE_PREFIX+I2S(MY_AGE))
return false
endfunction
private function you_are takes nothing returns nothing
local trigger t = CreateTrigger( )
call TriggerAddCondition(t, Condition(function condition)
debug call BJDebugMsg(SCOPE_PREFIX+"oh yes")
endfunction
endscope
this stupid script wont work!!! even with the simplest form of scope i cant do it T_T ITS SO STUPID!
comment please
Last edited by a moderator: