EN4_PRC8/_module/nss/en4_spiri_dismis.nss

13 lines
145 B
Plaintext
Raw Permalink Normal View History

void main()
{
object oPC;
int iGold;
int iGoldNow;
int iGoldTake;
oPC = GetPCSpeaker();
ClearAllActions();
RemoveHenchman(oPC, OBJECT_SELF);
}