PGCC_PRC8/_module/nss/vat_givestonerec.nss
Jaysyn904 e51634d39b Initial upload
Initial upload.
2024-10-09 14:17:22 -04:00

14 lines
409 B
Plaintext

//::///////////////////////////////////////////////
//:: FileName vat_givestonerec
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 7/23/2006 2:19:21 PM
//:://////////////////////////////////////////////
void main()
{
// Give the speaker the items
CreateItemOnObject("nw_it_recall", GetPCSpeaker(), 1);
}