Amon_PRC8/_module/nss/will_toman.nss
Jaysyn904 c5cffc37af Initial Commit
Initial Commit [v1.01]
2025-04-03 19:00:46 -04:00

24 lines
646 B
Plaintext

//::///////////////////////////////////////////////
//:: FileName will_toman
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 30/09/2003 17:21:09
//:://////////////////////////////////////////////
#include "nw_i0_tool"
#include "NW_O2_CONINCLUDE"
void main()
{
// Give the speaker some XP
RewardPartyXP(225, GetPCSpeaker());
// Give the speaker the items
CreateItemOnObject("goblinbridgekey", GetPCSpeaker(), 1);
location llocation = GetLocation(OBJECT_SELF);
ShoutDisturbed();
DestroyObject(OBJECT_SELF, 3.0);
}