LlRemoteLoadScriptPin

De DigiWiki.

(Différences entre les versions)
Djphil (discuter | contributions)
(Page créée avec « ====Script copier==== <lsl> //Copy a script to the second prim integer PIN=1341134; default { state_entry() { llRemoteLoadScriptPin( llGetLinkKey(2), "some scrip… »)
Modification suivante →

Version du 25 août 2012 à 19:28

Script copier

//Copy a script to the second prim
integer PIN=1341134;
 
default {
    state_entry() {
        llRemoteLoadScriptPin( llGetLinkKey(2), "some script", PIN, TRUE, 0xBEEEEEEF );
    }
}

Pin setter

Simple script used for setting the pin for a prim, so you can later send scripts to it with llRemoteLoadScriptPin.

//Child Prim PIN setter
integer PIN=1341134;
 
default {
    state_entry() {
        llOwnerSay(llGetObjectName()+" : "+(string)llGetKey()+" is ready to accept a describer script using the agreed upon PIN.");
        llSetRemoteScriptAccessPin(PIN);
    }
}
Outils personnels
donate
Google Ads