Go
Wc3C.net
»
Warcraft III Modding
»
Developer's Corner
»
Triggers & Scripts
»
ForGroupBJ
ForGroupBJ
05-08-2006, 01:31 PM
#1
Thunder_Eye
When I give this the functions it is to execute, can I make it pass one variables? Or do I have to do that with globals?(or make my own ForGroupBJ)
05-08-2006, 01:38 PM
#2
Blade.dk
You can't make ForGroup calls pass argument. You will need to use global variables, event responces, gamecache+return bug or something like that.
05-08-2006, 02:30 PM
#3
Thunder_Eye
Yeah I thought so :/
05-16-2006, 01:06 PM
#4
BertTheJasser
Oh you could use some given blizzard vars to pass arguements and refer in the called function to them. Very simple to do.