Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- default
- {
- state_entry()
- {
- llSetText("Clicca per lasciare impronta",<1,1,1>,1);
- }
- touch_start(integer count)
- {
- vector scale = llGetScale();
- vector position = llGetPos();
- vector newpos = position + <0,0,-scale.z/2-0.05>;
- llRezAtRoot(llGetInventoryName(INVENTORY_OBJECT,0),newpos,ZERO_VECTOR,llGetRot(),0);
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement