PWE_PRC8/_module/nss/sd_appear_bgbsha.nss

7 lines
122 B
Plaintext
Raw Permalink Normal View History

2025-04-03 10:29:41 -04:00
void main()
{
object oPC = GetLastSpeaker();
SetCreatureAppearanceType(oPC, APPEARANCE_TYPE_BUGBEAR_SHAMAN_A);
}