07-04-2015, 05:39 PM
(This post was last modified: 07-04-2015, 05:43 PM by kaiquegabriel.)
Code:
FullCheck (0 0 0:Full goback Else continue Code (SDid)<100;(MPid)<100)
Exemple 100- sds or 100- strong manas:
Code:
FullCheck (0 0 0:Full goback Else continue Code 3155<100;237<100)
When you have 100+ sds or strongs, the fullchecker go to "continue" label, if have 100- of someone, the fullchecker go to "goback".
If you want variables.. can add one variable to Sudden death rune, example:
sdruneid=3155
you can change on fullcheck the "3155" to "!sdruneid!" because the variable have value of 3155. Understand?
Like:
strongmanaid=237
sdruneid=3155
strongmanaammount=100
sdruneammount=100
Code:
FullCheck (0 0 0:Full goback Else continue Code !sdruneid!<sdruneammount;!strongmanaid!<strongmanaammount)