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

14 lines
406 B
Plaintext

//::///////////////////////////////////////////////
//:: FileName at_givemonkkey
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 9/14/2002 8:37:56 PM
//:://////////////////////////////////////////////
void main()
{
// Give the speaker the items
CreateItemOnObject("it_monk_key", GetPCSpeaker(), 1);
}