14 lines
398 B
Plaintext
14 lines
398 B
Plaintext
//::///////////////////////////////////////////////
|
|
//:: FileName at_give_merago
|
|
//:://////////////////////////////////////////////
|
|
//:://////////////////////////////////////////////
|
|
//:: Created By: Script Wizard
|
|
//:: Created On: 03/08/23 04:22:24
|
|
//:://////////////////////////////////////////////
|
|
void main()
|
|
{
|
|
// Give the speaker the items
|
|
CreateItemOnObject("it_rod", GetPCSpeaker(), 1);
|
|
|
|
}
|