14 lines
412 B
Plaintext
14 lines
412 B
Plaintext
|
//::///////////////////////////////////////////////
|
||
|
//:: FileName fr_ar_give
|
||
|
//:://////////////////////////////////////////////
|
||
|
//:://////////////////////////////////////////////
|
||
|
//:: Created By: Script Wizard
|
||
|
//:: Created On: 17.12.2002 22:22:07
|
||
|
//:://////////////////////////////////////////////
|
||
|
void main()
|
||
|
{
|
||
|
// Give the speaker the items
|
||
|
CreateItemOnObject("fr_special_leath", GetPCSpeaker(), 1);
|
||
|
|
||
|
}
|