Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 3902


Ignore:
Timestamp:
Jun 26, 2006, 5:51:04 PM (18 years ago)
Author:
snellen
Message:

added scripts to ambush at jupiter

File:
1 edited

Legend:

Unmodified
Added
Removed
  • data/branches/single_player_map/worlds/sp_level_ambush_at_jupiter.oxw

    r3892 r3902  
    1111    <BarImage>pictures/load_screens/default_bar.png</BarImage>
    1212  </LoadScreen>
     13
     14
     15  <ScriptManager>
     16
     17   <Scripts>
     18
     19    <Script>
     20     <file>thestranger.lua</file>
     21     <object>GenericNPC, thestranger</object>
     22    </Script>
     23
     24   </Scripts>
     25
     26   <ScriptTriggers>
     27
     28    <ScriptTrigger>
     29     <name>strangerTrigger</name>
     30     <file>thestranger.lua</file>
     31     <function>tick</function>
     32     <abs-coor>-1447.054,-19.1,-420</abs-coor>
     33     <radius>2</radius>
     34     <worldentity>Player</worldentity>
     35     <callonce>false</callonce>
     36     ><triggerlasts>true</triggerlasts>
     37     <debugdraw>true</debugdraw>
     38     <addtoscript>false</addtoscript>
     39    </ScriptTrigger>
     40
     41   </ScriptTriggers>
     42
     43  </ScriptManager>
    1344
    1445
     
    2758
    2859    <GenericNPC>
    29        <name>the stranger</name>
     60       <name>thestranger</name>
    3061       <model>models/creatures/doom_guy.md2, 10</model>
    3162       <md2texture>doom_guy.png</md2texture>
Note: See TracChangeset for help on using the changeset viewer.