NED
Well-known member
For my VS modes I would like to create a disqualification system.
If referee is killed (by player or enemy)
-player will lose the battle
-then you restart on same level (when restarting from menu)
I precise I set this mode this way:
I think something can be spawned from referee's death anims.
But what will make player lose a life/ lose the battle so you go to "game over"
Any help is welcome.
Thanks
This system might be useful for Double Dragon type games, with a girl to save/protect.
If referee is killed (by player or enemy)
-player will lose the battle
-then you restart on same level (when restarting from menu)
I precise I set this mode this way:
Code:
lives 1#99
credits 1#99
I think something can be spawned from referee's death anims.
But what will make player lose a life/ lose the battle so you go to "game over"
Any help is welcome.
Thanks
This system might be useful for Double Dragon type games, with a girl to save/protect.