how would i write "after every 3rd item, the 2 items before does a function" in...

brentie

New member
...php script? im trying to develope a feature in a board game im making, and i want to add a command, where the players executing their turns in a particular order would complete a cycleon the lines of "after 3rd person or turn, the person or turn, two turns before( the first person or turn in cycle), would receive a prize of some sort. how would i write that in php?
 
Back
Top