Aantioch_Infernum/_module/nss/drowprinces_give.nss
Jaysyn904 22947ad4b6 Initial Upload
Initial Upload
2023-08-08 16:22:17 -04:00

17 lines
521 B
Plaintext

//::///////////////////////////////////////////////
//:: FileName drowprinces_give
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 19/01/2004 23:34:03
//:://////////////////////////////////////////////
#include "nw_i0_tool"
void main()
{
// Give the speaker the items
CreateItemOnObject("drowkey", GetPCSpeaker(), 1);
RewardPartyXP(3500, GetPCSpeaker(), FALSE);
SetLocalInt(OBJECT_SELF, "drowp", 1);
}