HiddenTradition_PRC8/_module/nss/at_givesphinxkey.nss
2024-06-20 15:47:42 -04:00

19 lines
490 B
Plaintext

//::///////////////////////////////////////////////
//:: 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);
}