• Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.

[Solved] Percentage sign re-parsed in JASS2 code

Status
Not open for further replies.

Deleted member 219079

D

Deleted member 219079

Having this in header:
JASS:
function fun takes nothing returns nothing
    call BJDebugMsg("10 % 3 = 1")
endfunction
And in GUI:
  • MyTrigger
    • Ereignisse
      • Map initialization
    • Bedingungen
    • Aktionen
      • Custom script: call BJDebugMsg("JASS")
      • Custom script: call fun()
      • Custom script: call BJDebugMsg("\nGUI\n10 % 3 = 1")
Results in:
upload_2017-4-23_15-2-1.png


How do I fix this behavior?
 
Status
Not open for further replies.
Top