14 lines
409 B
Plaintext
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);
|
|
|
|
}
|