Difference between revisions of "A beginner's guide, lesson 7 - Using Scripts in Quests"

Jump to navigation Jump to search
m
→‎The Final Chamber: undoing changes to script
imported>Pyrocow2
m (→‎The Final Chamber: minor formatting fixes)
imported>Pyrocow2
m (→‎The Final Chamber: undoing changes to script)
Line 822: Line 822:
Set Button1 to GetButtonPressed
Set Button1 to GetButtonPressed
If Button1 == -1
If Button1 == -1
Set Frame to 0
Return
Return
EndIf
EndIf
Line 833: Line 832:
Set Button2 to GetButtonPressed
Set Button2 to GetButtonPressed
If Button2 == -1
If Button2 == -1
Set Frame to 0
Return
Return
EndIf
EndIf
Line 844: Line 842:
Set Button3 to GetButtonPressed
Set Button3 to GetButtonPressed
If Button3 == -1
If Button3 == -1
Set Frame to 0
Return
Return
EndIf
EndIf
Anonymous user

Navigation menu