8 lines
130 B
Plaintext
8 lines
130 B
Plaintext
#include "rd_questinc"
|
|
|
|
void main()
|
|
{
|
|
SetPartyInt(GetPCSpeaker(),"NHQuest",6);
|
|
SetPartyInt(GetPCSpeaker(),"QuestDifficulty",5);
|
|
}
|