WoR_PRC8/_module/nss/sha_giveladygift.nss

16 lines
534 B
Plaintext
Raw Normal View History

2025-04-03 11:49:34 -04:00
//::///////////////////////////////////////////////
//:: FileName sha_giveladygift
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 12/9/2004 6:08:11 PM
//:://////////////////////////////////////////////
void main()
{
// Give the speaker the items
CreateItemOnObject("sha_amu_ladysgif", GetPCSpeaker(), 1);
AssignCommand(OBJECT_SELF, ClearAllActions(TRUE));
SetIsDestroyable(TRUE);
DestroyObject(OBJECT_SELF);
}