;To customize the time limit, all you need to is modify the line I mention below. ;Don't modify anything else or you may cause the char to malfunction. ; [Statedef 5901];;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; type=A;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; [State 5901, Time Limit];;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; type=varset;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; trigger1=1;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;============================================================================================== fvar(10)=60.0 ; Modify THIS LINE to set the time limit you want for the bonus. ;Time limit is measured in seconds here, not game ticks. ;For example, if you want it to last two minutes just modify the line to "fvar(10)=120.0". ;Another example, for 99.99 seconds modify it to "fvar(10)=99.99" ;If you want it to use the DEFAULT time limit of your Mugen just change it to "fvar(10)=0". ;To have INFINITE time, set it to any negative value, for example "fvar(10)=-1". In this case, ;only way to beat the bonus would be by using debug keys such as F1 or F5. ;To sum it up: 0 = default / Negative = Infinite Time / Positive = Specified Time ;============================================================================================== [State 5901,end];;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; type=changestate;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; trigger1=1;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; value=190;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;