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

11 lines
230 B
Plaintext

#include "quest_inc"
void main()
{
object oPC = GetPCSpeaker();
DeleteLocalInt(GetPCSpeaker(), "Duel");
DeleteLocalInt(GetArea(OBJECT_SELF), "Duel");
ForceRest(OBJECT_SELF);
SetPlotFlag(OBJECT_SELF, FALSE);
}