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

Jump to navigation Jump to search
imported>Pyrocow2
(→‎The Final Chamber: Editing English, tables, scripts)
imported>Pyrocow2
(→‎The Final Chamber: fixing script)
Line 823: Line 823:
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 834:
Set Button2 to GetButtonPressed
Set Button2 to GetButtonPressed
If Button2 == -1
If Button2 == -1
Set Frame to 0
Return
Return
EndIf
EndIf
Line 843: Line 845:
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