Initial commit. Updated release archive.
This commit is contained in:
20
_module/nss/at_philipreward.nss
Normal file
20
_module/nss/at_philipreward.nss
Normal file
@@ -0,0 +1,20 @@
|
||||
//::///////////////////////////////////////////////
|
||||
//:: FileName at_give1kxp300gp
|
||||
//:://////////////////////////////////////////////
|
||||
//:://////////////////////////////////////////////
|
||||
//:: Created By: Script Wizard
|
||||
//:: Created On: 4/18/2003 1:26:40 PM
|
||||
//:://////////////////////////////////////////////
|
||||
#include "nw_i0_tool"
|
||||
|
||||
void main()
|
||||
{
|
||||
// Give the speaker some gold
|
||||
RewardPartyGP(1000, GetPCSpeaker());
|
||||
|
||||
// Give the speaker some XP
|
||||
RewardPartyXP(300, GetPCSpeaker());
|
||||
|
||||
SetLocalInt(OBJECT_SELF, "p001began", 0);
|
||||
|
||||
}
|
Reference in New Issue
Block a user