Initial upload
Initial upload
This commit is contained in:
23
_module/nss/xx_reward10k.nss
Normal file
23
_module/nss/xx_reward10k.nss
Normal file
@@ -0,0 +1,23 @@
|
||||
#include "nw_i0_tool"
|
||||
void main()
|
||||
{
|
||||
object oPC;
|
||||
|
||||
if (!GetIsPC(GetItemActivatedTarget())
|
||||
){
|
||||
|
||||
SendMessageToPC(GetItemActivator(), "Improper use of item!");
|
||||
return;}
|
||||
|
||||
oPC = GetItemActivator();
|
||||
|
||||
RewardPartyXP(10000, oPC, FALSE);
|
||||
|
||||
RewardPartyGP(10000, oPC, FALSE);
|
||||
|
||||
FloatingTextStringOnCreature("You are Rewarded for the Quest", oPC);
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user