Initial commit. Updated release archive.
This commit is contained in:
18
_module/nss/at_give100g200xp.nss
Normal file
18
_module/nss/at_give100g200xp.nss
Normal file
@@ -0,0 +1,18 @@
|
||||
//::///////////////////////////////////////////////
|
||||
//:: FileName at_give100gp
|
||||
//:://////////////////////////////////////////////
|
||||
//:://////////////////////////////////////////////
|
||||
//:: Created By: Script Wizard
|
||||
//:: Created On: 8/16/2002 7:05:26 PM
|
||||
//:://////////////////////////////////////////////
|
||||
#include "nw_i0_tool"
|
||||
|
||||
void main()
|
||||
{
|
||||
// Give the speaker some gold
|
||||
RewardPartyGP(100, GetPCSpeaker());
|
||||
|
||||
// Give the speaker some XP
|
||||
RewardPartyXP(200, GetPCSpeaker());
|
||||
|
||||
}
|
Reference in New Issue
Block a user