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