Initial commit. Updated release archive.
This commit is contained in:
18
_module/nss/at_give300g100xp.nss
Normal file
18
_module/nss/at_give300g100xp.nss
Normal file
@@ -0,0 +1,18 @@
|
||||
//::///////////////////////////////////////////////
|
||||
//:: FileName at_give300g100xp
|
||||
//:://////////////////////////////////////////////
|
||||
//:://////////////////////////////////////////////
|
||||
//:: Created By: Script Wizard
|
||||
//:: Created On: 6/7/2003 11:38:25 PM
|
||||
//:://////////////////////////////////////////////
|
||||
#include "nw_i0_tool"
|
||||
|
||||
void main()
|
||||
{
|
||||
// Give the speaker some gold
|
||||
RewardPartyGP(300, GetPCSpeaker());
|
||||
|
||||
// Give the speaker some XP
|
||||
RewardPartyXP(100, GetPCSpeaker());
|
||||
|
||||
}
|
Reference in New Issue
Block a user