Hi guys I have a question. Is it posible to write more then one command in one row?
example:
row
1 if :ButtonState == 1 then goto 2 else goto 1 end
2 : DoorState = 1 :Lightstat = 1
is it possible to write that in this form ? or do I have to write it like this ?
row
1 if :ButtonState == 1 then goto 2 else goto 1 end
2 : DoorState = 1 (I know the space is wrong but otherwise there is a smile "
oorState = 1 "
3 :Lightstat = 1
example:
row
1 if :ButtonState == 1 then goto 2 else goto 1 end
2 : DoorState = 1 :Lightstat = 1
is it possible to write that in this form ? or do I have to write it like this ?
row
1 if :ButtonState == 1 then goto 2 else goto 1 end
2 : DoorState = 1 (I know the space is wrong but otherwise there is a smile "
3 :Lightstat = 1