A single equals sign is used for assignment. A double equals sign is for comparison. GS2 tolerates misuse to some degree (it shouldn't...) which is why your script still works, but you should instead do:
A single equals sign is used for assignment. A double equals sign is for comparison. GS2 tolerates misuse to some degree (it shouldn't...) which is why your script still works, but you should instead do:
PHP Code:
if (player.canjump == true){
Yeah I fixed the 'if' statements. But I still can't find a solution to my problem
__________________
No matter how much I hate graal, I'm always coming back.