PWE_PRC8/_module/nss/youareblessd.nss

19 lines
494 B
Plaintext
Raw Normal View History

2025-04-03 10:29:41 -04:00
//::///////////////////////////////////////////////
//:: FileName youareblessd
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 3/8/2003 1:24:15 PM
//:://////////////////////////////////////////////
#include "nw_i0_tool"
void main()
{
// Give the speaker some XP
RewardPartyXP(100, GetPCSpeaker());
// Modify the player's reputation
AdjustReputation(GetPCSpeaker(), OBJECT_SELF, 30);
}