Need help with my P2KICKED code. There are more than one position the he can be kicked in (two right now) but one is before the other so it becomes false again.
And other tips.
1.Be shorter by Simultaneous replace function
"PTWOSLASHED" -> "P2SL"
2.Write "IF value THEN" insted of "IF value==TRUE THEN".
"IF value THEN" means "IF value!=0 THEN".