Quest persistence pass
Quest persistence pass.
This commit is contained in:
18
_module/nss/cv_ubar_reward.nss
Normal file
18
_module/nss/cv_ubar_reward.nss
Normal file
@@ -0,0 +1,18 @@
|
||||
//::///////////////////////////////////////////////
|
||||
//:: FileName at_018
|
||||
//:://////////////////////////////////////////////
|
||||
//:://////////////////////////////////////////////
|
||||
//:: Created By: Script Wizard
|
||||
//:: Created On: 7/30/2005 2:30:04 PM
|
||||
//:://////////////////////////////////////////////
|
||||
#include "nw_i0_tool"
|
||||
|
||||
void main()
|
||||
{
|
||||
// Give the speaker some gold
|
||||
RewardPartyGP(100, GetPCSpeaker());
|
||||
|
||||
// Give the speaker some XP
|
||||
RewardPartyXP(50, GetPCSpeaker());
|
||||
|
||||
}
|
Reference in New Issue
Block a user