Ok so I am new to programing, so let me explain what I want to code and if someone could give me a point in the right direction I can go from there.

I want to code something like a yes/No chart..

EX:

If condition1=1 goto 2
elseif condition=2 go 3
else condition=3 go to 100

Shuold I use a if/and/or or is there a better way to do this?

Cheers!