Initial Upload
Initial Upload
This commit is contained in:
11
_module/nss/give_dragonorb.nss
Normal file
11
_module/nss/give_dragonorb.nss
Normal file
@@ -0,0 +1,11 @@
|
||||
// NPC Make Script
|
||||
#include "nw_i0_tool"
|
||||
|
||||
void main()
|
||||
{
|
||||
object oPC = GetPCSpeaker();
|
||||
CreateItemOnObject("dragonorb", oPC); // Item ResRef here
|
||||
GiveXPToCreature(GetPCSpeaker(), 150); // XP Value here
|
||||
DeleteLocalInt(GetPCSpeaker(), "Merimesiss");
|
||||
SetLocalInt(GetPCSpeaker(), "MerimesissComp", 1);
|
||||
}
|
Reference in New Issue
Block a user