Alangara_PRC8/_module/nss/become_ras_membe.nss

17 lines
303 B
Plaintext
Raw Permalink Normal View History

2024-06-05 21:21:06 -04:00
#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);
}