on player move:
send "X: %player's location's x-pos%" to player
if {player's location's x-pos} is smaller than 396:
send "X: Success!" to player
The first message works fine but the second one never activates despite having an x position way below 396. Am I doing something wrong? °~°
send "X: %player's location's x-pos%" to player
if {player's location's x-pos} is smaller than 396:
send "X: Success!" to player
The first message works fine but the second one never activates despite having an x position way below 396. Am I doing something wrong? °~°