Goity
VIP Sleaze
Code:
arcade=rAND(0,5);
If(arcade==1)
Enemyhpbar();
Enemy_id=Candice(140,120);
Return;
End
If(arcade==3)
Enemyhpbar();
Enemy_id=Enemy(140,120);
Return;
End
If(arcade==5)
Enemyhpbar();
Enemy_id=Netherbaby(140,120);
Return;
End
If(arcade==4)
Enemyhpbar();
Enemy_id=Supernanny(140,120);
Return;
End
If(arcade==2)
Enemyhpbar();
Enemy_id=Somekid(140,120);
Return;
End
This always seems to return with the highest value, in this case five. How can I fix this?