WoR_PRC8/_module/nss/sha_giveladygift.nss
Jaysyn904 b5e28e52f4 Initial commit
Initial commit [1.18]
2025-04-03 11:49:34 -04:00

16 lines
534 B
Plaintext

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