Aschbourne_PRC8/_module/nss/deity_holysymbol.nss

9 lines
150 B
Plaintext
Raw Normal View History

2024-06-14 10:48:20 -04:00
#include "deity_include"
void main()
{
object oPC = GetPCSpeaker();
SetLocalString(oPC,"Deity",GetDeity(oPC));
Create_HolySymbol(oPC);
}