10 lines
126 B
Plaintext
10 lines
126 B
Plaintext
#include "qst_include"
|
|
|
|
void main()
|
|
{
|
|
SetPartyInt(GetPCSpeaker(),"QuestGood",2);
|
|
AcceptQuest(GetPCSpeaker(),OBJECT_SELF);
|
|
}
|
|
|
|
|