9 lines
111 B
Plaintext
9 lines
111 B
Plaintext
#include "qst_include"
|
|
|
|
void main()
|
|
{
|
|
SetLocalInt(OBJECT_SELF,"SpecialQuest",0);
|
|
QuestDone(GetPCSpeaker());
|
|
}
|
|
|