Thread: Using elseif
View Single Post
  #8  
Old 10-31-2009, 02:24 PM
Navigator is offline Navigator
Navigator's Avatar
Registered User

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

Can't have it as a secondary follow-up, because of other multiple choices within the primary IF.

It needs to be in the IF itself.

How do you delay an action as part of an IF, but not separately ??? has to be in the same IF statement. (NOT chained)

if 'some action' then
Text("x")
wave("wave.wav")
*** delay for 3 seconds ***
killssn(10000)
endif
Reply With Quote