LlSetScriptState
De DigiWiki.
Version du 28 septembre 2012 à 09:58 par Djphil (discuter | contributions)
//Stops the Script, at some non-deterministic time later, until invoked with TRUE, in another script llSetScriptState(llGetScriptName(),FALSE); // Stall until end of time slice llSleep(0.1);
//Starts Another Script llSetScriptState("somescript",TRUE);


