Initial commit
Initial commit. Updated release archive.
This commit is contained in:
9
_module/nss/tst_bumpxp.nss
Normal file
9
_module/nss/tst_bumpxp.nss
Normal file
@@ -0,0 +1,9 @@
|
||||
void main()
|
||||
{
|
||||
int iXP;
|
||||
|
||||
iXP = GetLocalInt(OBJECT_SELF,"QuestXP");
|
||||
iXP=iXP+10000;
|
||||
SetLocalInt(OBJECT_SELF,"QuestXP",iXP);
|
||||
SendMessageToPC(GetPCSpeaker(),"Bumping the XP!");
|
||||
}
|
||||
Reference in New Issue
Block a user