Initial Upload
Initial Upload
This commit is contained in:
15
_module/nss/sarumguard_give.nss
Normal file
15
_module/nss/sarumguard_give.nss
Normal file
@@ -0,0 +1,15 @@
|
||||
//::///////////////////////////////////////////////
|
||||
//:: FileName sarumguard_give
|
||||
//:://////////////////////////////////////////////
|
||||
//:://////////////////////////////////////////////
|
||||
//:: Created By: Script Wizard
|
||||
//:: Created On: 09/01/2004 22:09:03
|
||||
//:://////////////////////////////////////////////
|
||||
#include "nw_i0_tool"
|
||||
|
||||
void main()
|
||||
{
|
||||
// Give the speaker some XP
|
||||
RewardPartyXP(500, GetPCSpeaker(),FALSE);
|
||||
SetLocalInt(OBJECT_SELF, "sarumguardset1",1);
|
||||
}
|
Reference in New Issue
Block a user