Post 03 Sep 2017, 07:24 by Rey
- Code:
if (States.UnitAt(7,1) = LU_ID24) then aStuff1 := 2;
25 begin
26 _code_
27 end;
Why do you need
begin..end block here?
Where is
aStuff1 variable declared?
So do you have an error, as you said on github or not? And what do you mean by 'does not work this syntax'? What is not working exactly?
Any error? (what error?)
Or it does not work as you wanted it to? (how it should work and how is it work actually?)
Please provide full script, as I asked you on github.