HoS_PRC8/_mod/_module/nss/give_inn_key.nss
Jaysyn904 04165202c0 Initial upload
Initial upload
2024-11-25 19:36:07 -05:00

14 lines
399 B
Plaintext

//::///////////////////////////////////////////////
//:: FileName give_inn_key
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 3/7/2003 10:23:33 PM
//:://////////////////////////////////////////////
void main()
{
// Give the speaker the items
CreateItemOnObject("innkey", GetPCSpeaker(), 1);
}