GameTime
From M.U.G.E.N Wiki
Trigger: GameTime
Returns the total number of ticks that have elapsed in the game so far.
- Format:
- GameTime
- Arguments:
- none
- Return type:
- int
- Error conditions:
- none
Example:
trigger1 = (GameTime%27)=0 Triggers every 27th game tick.