Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Mar 29, 2007, 6:08:23 PM (17 years ago)
Author:
snellen
Message:

added tick trigger which always calles the script

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/scriptimprovements/src/world_entities/script_triggers/script_trigger.cc

    r10607 r10609  
    6161  executionStopped = false; // true when something goes wrong and the trigger has to be stopped
    6262  addToScript = false;
    63   this->activeOnCreation = false;
    6463
    6564
     
    106105      .describe("where this script trigger should be located")
    107106      .defaultValues("");
    108   LoadParam(root, "delay", this, ScriptTrigger, setDelay)
    109       .describe("the delay after which the funtion sould be triggered")
    110       .defaultValues(0);
    111107  LoadParam(root, "triggerparent", this, ScriptTrigger, setTriggerParent)
    112108      .describe("The name of the parent as it is in the *.oxw file")
Note: See TracChangeset for help on using the changeset viewer.