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