Changeset 3874
- Timestamp:
- Jun 22, 2006, 1:12:07 PM (18 years ago)
- Location:
- data/trunk
- Files:
-
- 2 edited
- 2 copied
Legend:
- Unmodified
- Added
- Removed
-
data/trunk/worlds/DefaultCampaign.oxc
r3846 r3874 38 38 </SinglePlayerWorld> 39 39 40 41 42 <SinglePlayerWorld> 43 <identifier>4</identifier> 44 <nextid>0</nextid> 45 <name>Desert</name> 46 <path>worlds/desert.oxw</path> 47 <menu-entry>1</menu-entry> 48 </SinglePlayerWorld> 49 40 50 </WorldList> 41 51 </Campaign> -
data/trunk/worlds/desert.oxw
r3783 r3874 11 11 <BarImage>pictures/load_screens/default_bar.png</BarImage> 12 12 </LoadScreen> 13 14 <ScriptManager> 15 16 <Scripts> 17 18 <Script> 19 <file>movechopper.lua</file> 20 <object>Helicopter, helo</object> 21 </Script> 22 23 </Scripts> 24 25 <ScriptTriggers> 26 27 <ScriptTrigger> 28 <file>movechopper.lua</file> 29 <function>tick</function> 30 <abs-coor>-1447.054,-19.1,-420</abs-coor> 31 <radius>2</radius> 32 <worldentity>Player</worldentity> 33 <callonce>false</callonce> 34 ><triggerlasts>true</triggerlasts> 35 <debugdraw>true</debugdraw> 36 </ScriptTrigger> 37 38 </ScriptTriggers> 39 40 </ScriptManager> 41 42 43 13 44 <WorldEntities> 14 45 … … 34 65 35 66 <Helicopter> 36 <name> Player</name>67 <name>helo</name> 37 68 <abs-coor>-1481, -18.7, -422</abs-coor> 38 69 </Helicopter>
Note: See TracChangeset
for help on using the changeset viewer.