PGCC_PRC8/_module/nss/vat_givestonerec.nss

14 lines
409 B
Plaintext
Raw Normal View History

2024-10-09 14:17:22 -04:00
//::///////////////////////////////////////////////
//:: 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);
}