RoT2_PRC8/_module/nss/spirit_magic_giv.nss
Jaysyn904 499aba4eb3 Initial upload
Initial upload
2023-09-25 18:13:22 -04:00

14 lines
413 B
Plaintext

//::///////////////////////////////////////////////
//:: FileName spirit_magic_giv
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 7/22/2003 9:47:21 PM
//:://////////////////////////////////////////////
void main()
{
// Give the speaker the items
CreateItemOnObject("stoneofseparatio", GetPCSpeaker(), 1);
}