~ubuntu-branches/ubuntu/precise/egoboo-data/precise

« back to all changes in this revision

Viewing changes to modules/catacomb1.mod/objects/trapdoor.obj/script.txt

  • Committer: Bazaar Package Importer
  • Author(s): Mark Purcell
  • Date: 2010-04-25 10:20:11 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20100425102011-1aosouybjkexdg9v
Tags: 1:2.7.7-1
* New Upstream Release
* Switch to debhelper

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
//Victory!
 
2
IfStateIs0
 
3
  IfBumped
 
4
    SetTargetToWhoeverBumped
 
5
      IfTargetIsAMount                  //Check rider instead
 
6
        SetTargetToTargetLeftHand
 
7
      IfTargetCanOpenStuff
 
8
        EnableExport
 
9
        BeatModule
 
10
        tmpargument = [BEAT]
 
11
        AddIDSZ
 
12
        tmpargument = ACTIONMJ        //Open Trap Door
 
13
        DoAction
 
14
        KeepAction
 
15
        tmpargument = 0
 
16
        PlaySound                             //  Start the new action
 
17
        tmpargument = 1
 
18
        SetState
 
19
End