Amon_PRC8/_module/nss/at_2prisrec.nss
Jaysyn904 c5cffc37af Initial Commit
Initial Commit [v1.01]
2025-04-03 19:00:46 -04:00

15 lines
455 B
Plaintext

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