11 lines
230 B
Plaintext
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);
|
||
|
}
|