ID:178193
 
Can someone tell me how to make a code so that:
1) Taking Turns to walk in do stuff
ex: var/isturn = 0//if its your turn
var/turnee = 5//number of things to do per turn
client
Move()
if(usr.isturn)
if(usr.turnee >= 0)
//code for move
usr.turnee -= 1
Something like that for EVERY mob, (Like in Bombard*)
2) A Join verb like in bombard*
*Bombard may also be ANY board game or turn-based game on BYOND

Please help me
~FireEmblem
P.S. This is NOT a DBZ game