Jonesy44 commented on a Page, Murdergame  -  Jul 06, 2008

well, the IF is a logical statement .. if it\'s true .. it does what\'s in the brackets .. so if 5 statements are true, it will carry themm all out.

for example;

var %x = 10
if (%x <= 10) {
//true
;;halt
}
if (%x < 10) {
//true
;;halt
}
if (%x > 5 && %x < 10) {
//true
;;halt
}

a halt in there will just stop it after 1 ..

 Respond  
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.