- Joined
- Sep 7, 2013
- Messages
- 47
Hi,
I am not sure if this was already been asked but I am really in need to know this.
What will be shown in the BJDebugMsg? Is it 1? (x=0+1) or is it 2? (x=(0+1)+1)
Any help would be appreciated. Thanks in advance
I am not sure if this was already been asked but I am really in need to know this.
-
Trigger1
-
Events
-
Map Initialization
-
-
Conditions
-
Actions
-
Set x = 0
-
-
Trigger2
-
Events
-
Hero1 takes damage
-
-
Conditions
-
Actions
-
Set x = x + 1
-
-
Trigger3
-
Events
-
Hero1 takes damage
-
-
Conditions
-
Actions
-
Set x = x + 1
-
Custom Script: call BJDebugMsg(I2S(udg_x))
-
What will be shown in the BJDebugMsg? Is it 1? (x=0+1) or is it 2? (x=(0+1)+1)
Any help would be appreciated. Thanks in advance