Thread: Using elseif
View Single Post
  #2  
Old 10-30-2009, 02:35 PM
Navigator is offline Navigator
Navigator's Avatar
Registered User

Join Date: Aug 2009
Location: 5 hrs left of center
Posts: 54

I have this, but the ELSE constantly prints to screen ???

if
event(1) and event(4) and never() then
Text("In Area 1 and switch 9 destroyed")
elseif
event(1) and event(5) and never() then
Text("In Area 1 and switch 10 destroyed")
elseif
event(1) and event(6) and never() then
Text("In Area 1 and switch 11 destroyed")
else
Text("What are you waiting for")
endif
Reply With Quote