Jump to content

Heli Koba

Resident
  • Posts

    2
  • Joined

  • Last visited

Reputation

0 Neutral

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. ok .. it work ! with me! only. if another touches the prim it attach correctly … but detach is a scripterror ( perm faild ) default { touch_start(integer num_touches) { llRequestPermissions( llDetectedKey(0), PERMISSION_ATTACH ); } run_time_permissions( integer vBitPermissions ) { if( vBitPermissions & PERMISSION_ATTACH ) { llAttachToAvatarTemp( ATTACH_RHAND ); llSleep(300.0); //= 5 minutes llSay(0,"That was good. !"); llDetachFromAvatar( ); } } on_rez(integer rez) { if(!llGetAttached()) { //reset the script if it's not attached. llResetScript(); } } }
  2. hello all there, i like to make some demo objects who are temporary wear and delets himself after timer Event. like a hat, demoversion may wear by 5 minutes, them detach and delets himself out of inventory. i try it with detache and temp, . but dont worked. haves anyone a idea to make that? thanks for ideas Heli
×
×
  • Create New...