Hello I've created a variable that is supposed to do a simple multiplication but when the orange player is playing it makes a mistake.
I've looked at all my other triggers and nothing seems to conflict with the orange player.
Here are the two ways I tried to do the math :
I've looked at all my other triggers and nothing seems to conflict with the orange player.
Here are the two ways I tried to do the math :
-
Setvariables
-
Events
-
Time - Elapsed game time is 1.00 seconds
-
-
Conditions
-
Actions
-
Player Group - Pick every player in (All players matching (((Matching player) slot status) Equal to Is playing).) and do (Set VariableSet player[1] = (Player number of (Picked player)))
-
Set VariableSet Creep_amount[2] = (30 x player[1])
-
-
-
Setvariables
-
Events
-
Time - Elapsed game time is 1.00 seconds
-
-
Conditions
-
Actions
-
Player Group - Pick every player in (All players matching (((Matching player) slot status) Equal to Is playing).) and do (Set VariableSet Creep_amount[2] = (30 x (Player number of (Picked player))))
-
-