Amon_PRC8/_module/nss/at_2prisrec.nss

15 lines
455 B
Plaintext
Raw Permalink Normal View History

2025-04-03 19:00:46 -04:00
//::///////////////////////////////////////////////
//:: FileName at_2prisrec
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 5/23/2003 8:24:09 PM
//:://////////////////////////////////////////////
void main()
{
// Give the speaker the items
CreateItemOnObject("oilcan", GetPCSpeaker(), 1);
CreateItemOnObject("prisonrecords", GetPCSpeaker(), 1);
}