Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Apr 28, 2016, 4:08:07 PM (8 years ago)
Author:
plehmann
Message:

scriptcontroller task system doesnt work. it seems like queue is the wrong data structure

Location:
code/branches/plehmannFS16/data
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • code/branches/plehmannFS16/data/gui/scripts/testscript.lua

    r11167 r11178  
    2323if ctrl ~= nil then
    2424
    25 
    26     ctrl:debugOut()
     25    --ctrl:printDebug()
     26  --ctrl:debugOut(1000)
     27  --ctrl:stringOut(10000, "hello")
    2728  --ctrl:eventScheduler("mal", xl,yl,zl, xl,yl,zl, 10)
    2829  -- ctrl:eventScheduler("ral", xl, yl, zl, 3, 3000, 0, math.pi)
  • code/branches/plehmannFS16/data/levels/scriptController.oxw

    r11152 r11178  
    3939    <Billboard position="2500,0,0" material="Flares/ringflare2" colour="0.2,0.4,0.8" scale=10 />
    4040    <DistanceTrigger position="2500,0,0" distance="200" target="Pawn"
    41       beaconMode="exclude" targetname="bcnDestroyer" name="takeControl"
     41      beaconMode="exclude" targetname="bcnDestroyer" name="takeControl" stayActive="true"
    4242    />
    4343
Note: See TracChangeset for help on using the changeset viewer.