9 lines
113 B
Plaintext
9 lines
113 B
Plaintext
#include "qst_include"
|
|
|
|
void main()
|
|
{
|
|
SetPartyInt(GetPCSpeaker(),"QuestEvil",-10);
|
|
QuestDone(GetPCSpeaker());
|
|
}
|
|
|