Ancordia_PRC8/_module/nss/dd_choosebrass.nss
Jaysyn904 102ba7dab6 Initial Commit
Initial Commit
2023-09-21 19:51:32 -04:00

12 lines
226 B
Plaintext

void main()
{
// Get the PC who is in this conversation.
object oPC = GetPCSpeaker();
// Change how the PC looks.
SetCreatureWingType(36, oPC);
DestroyObject(GetItemPossessedBy(oPC, "dd_identifier"));
}