Initial Commit
Initial Commit
This commit is contained in:
10
_module/nss/adv_duellost.nss
Normal file
10
_module/nss/adv_duellost.nss
Normal file
@@ -0,0 +1,10 @@
|
||||
#include "quest_inc"
|
||||
void main()
|
||||
{
|
||||
object oPC = GetPCSpeaker();
|
||||
DeleteLocalInt(GetPCSpeaker(), "Duel");
|
||||
DeleteLocalInt(GetArea(OBJECT_SELF), "Duel");
|
||||
|
||||
ForceRest(OBJECT_SELF);
|
||||
SetPlotFlag(OBJECT_SELF, FALSE);
|
||||
}
|
||||
Reference in New Issue
Block a user