lucasouwens
Unlosing Member
I like helping People Out Need help? Just Message Me!
Posts: 40
|
Post by lucasouwens on Oct 19, 2013 12:26:27 GMT
var status = 0; function start() { status = -1; action(1, 0, 0); } function action(mode, type, selection) { if (mode == -1) { cm.dispose(); } else { if (status == 0 && mode == 0) { cm.dispose(); return; } if (mode == 1) { status++; } else { status--; }
Its my first one - Haters gonna hate Lol,
~ Fake
|
|
Speedz
Elite Member
Aiming to 100 post <3
Posts: 84
|
Post by Speedz on Oct 20, 2013 14:03:58 GMT
i must really learn c++ now LOL
|
|