HiddenTradition_PRC8/_module/nss/at_givesphinxkey.nss

19 lines
490 B
Plaintext
Raw Normal View History

//::///////////////////////////////////////////////
//:: FileName at_givesphinxkey
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 03/12/24 16:22:09
//:://////////////////////////////////////////////
#include "nw_i0_tool"
void main()
{
// Give the speaker some XP
RewardPartyXP(50, GetPCSpeaker());
// Give the speaker the items
CreateItemOnObject("item010", GetPCSpeaker(), 1);
}