Added dialog to raise new players to 12th lvl
Added dialog to raise new players to 12th lvl
This commit is contained in:
14
_module/nss/at_give66000xp.nss
Normal file
14
_module/nss/at_give66000xp.nss
Normal file
@@ -0,0 +1,14 @@
|
||||
#include "nw_i0_tool"
|
||||
|
||||
void main()
|
||||
{
|
||||
|
||||
object oPC = GetPCSpeaker();
|
||||
|
||||
RewardPartyXP(60000, oPC, FALSE);
|
||||
|
||||
string sTag=GetTag(OBJECT_SELF);
|
||||
|
||||
SetLocalInt(oPC, sTag, 1);
|
||||
|
||||
}
|
Reference in New Issue
Block a user