PoA_PRC8/module/nss/tlr_modelelf.nss
Jaysyn904 128e7e59a4 Initial upload
Initial upload
2022-10-07 14:20:31 -04:00

17 lines
465 B
Plaintext

//::///////////////////////////////////////////////
//:: Tailoring - Model = Elf
//:: tlr_modelelf.nss
//:: Copyright (c) 2003 Jake E. Fitch
//:://////////////////////////////////////////////
/*
*/
//:://////////////////////////////////////////////
//:: Created By: Jake E. Fitch (Milambus Mandragon)
//:: Created On: March 8, 2004
//:://////////////////////////////////////////////
void main()
{
SetCreatureAppearanceType(OBJECT_SELF, APPEARANCE_TYPE_ELF);
}