Difference between revisions of "User:Michel Lemmon/Script Intermedio"
Jump to navigation
Jump to search
Line 108: | Line 108: | ||
integer iCHANNEL=-3000; // negativo per non essere utilizzato da avatars | integer iCHANNEL=-3000; // negativo per non essere utilizzato da avatars | ||
integer iDEBUG=1; // abilita debug | integer iDEBUG=1; // abilita debug | ||
debug(string str) | debug(string str) | ||
{ | { | ||
if(iDEBUG==1) llSay(10,str); | if(iDEBUG==1) llSay(10,str); | ||
} | } | ||
default | default | ||
{ | { | ||
state_entry() | state_entry() | ||
Line 130: | Line 135: | ||
integer iCHANNEL=-3000; // negativo per non essere utilizzato da avatars | integer iCHANNEL=-3000; // negativo per non essere utilizzato da avatars | ||
integer iDEBUG=1; // abilita debug | integer iDEBUG=1; // abilita debug | ||
debug(string str) | debug(string str) | ||
{ | { | ||
if(iDEBUG==1) llSay(10,str); | if(iDEBUG==1) llSay(10,str); | ||
Line 161: | Line 169: | ||
integer iCHANNEL=-3000; | integer iCHANNEL=-3000; | ||
integer iDIALOG=-3001; // canale per llDialog | integer iDIALOG=-3001; // canale per llDialog | ||
integer iDEBUG=1; | integer iDEBUG=1; | ||
integer iLISTEN=0; | integer iLISTEN=0; | ||
debug(string str) {} | debug(string str) {} | ||
default | default | ||
{ | { | ||
Line 189: | Line 201: | ||
integer iCHANNEL=-3000; | integer iCHANNEL=-3000; | ||
integer iDEBUG=1; | integer iDEBUG=1; | ||
debug().... | debug().... | ||
default | default | ||
{ | { | ||
Line 215: | Line 230: | ||
integer iCHANNEL=-3000; // questo è privato al linkset | integer iCHANNEL=-3000; // questo è privato al linkset | ||
integer iDIALOG=-3001; // canale per llDialog | integer iDIALOG=-3001; // canale per llDialog | ||
integer iDEBUG=1; | integer iDEBUG=1; | ||
integer iLISTEN=0; | integer iLISTEN=0; | ||
Line 244: | Line 262: | ||
integer iCHANNEL=-3000; | integer iCHANNEL=-3000; | ||
integer iDEBUG=1; | integer iDEBUG=1; | ||
debug().... | debug().... | ||
default | default | ||
{ | { | ||
Line 291: | Line 312: | ||
==Esercizi da farsi a casa:== | ==Esercizi da farsi a casa:== | ||
<div style="padding: 0.5em"> | <div style="padding: 0.5em"> | ||
* interruttore che accende / spegne una luce. | * interruttore che accende / spegne una luce. | ||
si può usare llSetPrimitiveParams([PRIM_POINT_LIGHT, TRUE, <1, 1, 1>, 1.0, 10.0 | |||
</div> | </div> | ||
</div> | </div> | ||
Line 298: | Line 320: | ||
{{User:Michel_Lemmon/Michel_Quik_links_it}} | {{User:Michel_Lemmon/Michel_Quik_links_it}} | ||
|} | |} | ||
[[User:Michel Lemmon|Michel Lemmon]] 20:00, | [[User:Michel Lemmon|Michel Lemmon]] 20:00, 1 april 2008(PST) |
Revision as of 22:03, 1 April 2008
Michel Lemmon 20:00, 1 april 2008(PST)