T
The_Prophet
Guest
ok im not sure how many of you know jass, but i guess it doesnt hurt to ask. Im not quite sure how to use the actions "call toforce" and set function parameters. Im pretty sure im making some stupid mistake, and any help would be appreciate. the error im getting in the quoted lines are "expected ' "
the line thats getting the error is below:
since i know you usually call a function by saying
i tried making the line look like this:
It doesnt give an error line on this line but then on the very next line, (no matter whats on that line) it gives the error invalid argument type (void)
the line thats getting the error is below:
call ForForce( udg_Alliance, function random_hero (gg_rct_Allied_Region_Selection))
since i know you usually call a function by saying
call function_name(set_parameters_here, along_with_more_parameters)
i tried making the line look like this:
call ForForce( udg_Alliance, random_hero (gg_rct_Allied_Region_Selection))
It doesnt give an error line on this line but then on the very next line, (no matter whats on that line) it gives the error invalid argument type (void)


