Shortnote

The following script can be used to generate an appearance notecard for use by the other scripts. Simply dump the script in a primitive and then touch the primitive. It will generate a notecard called appearance which you can copy to your inventory and use it with the other npc scripts.

appearance_generator.lsl
///////////////////////////////////////////////////////////////////////////
//  Copyright (C) Wizardry and Steamworks 2013 - License: GNU GPLv3      //
//  Please see: http://www.gnu.org/licenses/gpl.html for legal details,  //
//  rights of fair usage, the disclaimer and warranty conditions.        //
///////////////////////////////////////////////////////////////////////////
 
default
{
    touch_start(integer num)
    {
        osAgentSaveAppearance(llDetectedKey(0), "appearance");
    }
}

opensim/npc/appearance_generator.txt ยท Last modified: 2022/04/19 08:28 by 127.0.0.1

Access website using Tor Access website using i2p Wizardry and Steamworks PGP Key


For the contact, copyright, license, warranty and privacy terms for the usage of this website please see the contact, license, privacy, copyright.