Alangara_PRC8/_module/nss/become_ras_membe.nss
Jaysyn904 86feb9ca6f Initial commit
Initial commit.
2024-06-05 21:21:06 -04:00

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);
}