How do you create something that makes it do multiple ifs and then an else.
So for example...
if <>
[
if <>
[
if <>
[
else
[
Offline
Depends on what you mean. You can use
if <> end if <> end if <> else endor
if <> else if <> else if <> else end end enddepending on what you want.
Offline
What I meant was like
multiple if's, and then an else, so if the if happens, it does that, but if it doesn't happen, it goes to else
Offline
You mean this?
if<(something)and<(something)and<(something)and(something)>>> do something else do something else end
Last edited by northmeister (2012-10-14 09:44:43)
Offline
funelephant wrote:
What I meant was like
multiple if's, and then an else, so if the if happens, it does that, but if it doesn't happen, it goes to else
I think what you need is:
if <<(1) and (1)> and <(1) and (1)>>//The 1 is there just to hold the place. else end
Offline