15 lines
455 B
Plaintext
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);
|
|
|
|
}
|