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

« back to all changes in this revision

Viewing changes to modules/wizard.mod/objects/moduletool.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
//This object is a tool controlled by setting its content value to a specified number.
 
2
//(Set in spawn.txt). Object is module specified and must be modified to be used
 
3
//elsewhere...
 
4
//Content commands:
 
5
//0 = play music
 
6
//Module Setting: Wizard Starter
 
7
 
 
8
//------------------------------------------------------------------------------------
 
9
//Play Music
 
10
tmpargument = 12
 
11
tmpdistance = 0
 
12
PlayMusic
 
13
 
 
14
//------------------------------------------------------------------------------------
 
15
//Do last
 
16
GoPoof
 
17
 
 
18
//------------------------------------------------------------------------------------
 
19
End                                     // All done
 
20
//------------------------------------------------------------------------------------