Re-uploaded instead of migrated
Re-uploaded instead of migrated.
This commit is contained in:
14
_module/nss/at_give6000xp.nss
Normal file
14
_module/nss/at_give6000xp.nss
Normal file
@@ -0,0 +1,14 @@
|
||||
#include "nw_i0_tool"
|
||||
|
||||
void main()
|
||||
{
|
||||
|
||||
object oPC = GetPCSpeaker();
|
||||
|
||||
RewardPartyXP(6000, oPC, FALSE);
|
||||
|
||||
string sTag=GetTag(OBJECT_SELF);
|
||||
|
||||
SetLocalInt(oPC, sTag, 1);
|
||||
|
||||
}
|
Reference in New Issue
Block a user