Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jan 28, 2007, 9:58:32 PM (17 years ago)
Author:
snellen
Message:

cutscene continued

File:
1 edited

Legend:

Unmodified
Added
Removed
  • data/trunk/scripts/cutscene/cutscene.lua

    r4593 r4597  
    4747-- Get objects from orxonox
    4848thisscript:addObject("CameraMan", "cameraManager")
     49thisscript:addObject("NPC", "fighterThree")
    4950thisscript:addObjectAsName("GameWorld", "Cut Scene", "gameWorld")
    5051
     
    101102end
    102103
     104if time > 3 and time < 4 then
     105fighterThree:fire()
     106end
     107
    103108if not cameraSwitched then
    104109cameraManager:setCam("CameraOne")
Note: See TracChangeset for help on using the changeset viewer.