Deleted member 219079
D
Deleted member 219079
Having this in header:
And in GUI:
How do I fix this behavior?
JASS:
function fun takes nothing returns nothing
call BJDebugMsg("10 % 3 = 1")
endfunction
-
MyTrigger
-
Ereignisse
-
Map initialization
-
-
Bedingungen
-
Aktionen
-
Custom script: call BJDebugMsg("JASS")
-
Custom script: call fun()
-
Custom script: call BJDebugMsg("\nGUI\n10 % 3 = 1")
-
-
How do I fix this behavior?