17 lines
303 B
Plaintext
17 lines
303 B
Plaintext
#include "mn_i_pwfunctions"
|
|
#include "nw_i0_tool"
|
|
|
|
void main()
|
|
{
|
|
|
|
object oPC = GetPCSpeaker();
|
|
|
|
SetQuestStatus(oPC, "quest_0309", QUEST_COMPLETED);
|
|
|
|
RewardPartyXP(2500, oPC, FALSE);
|
|
|
|
FloatingTextStringOnCreature("You have now become a fullfledged member of the Royal Adventurers Society !", oPC);
|
|
|
|
}
|
|
|