14 lines
400 B
Plaintext
14 lines
400 B
Plaintext
|
//::///////////////////////////////////////////////
|
||
|
//:: FileName at_give_log
|
||
|
//:://////////////////////////////////////////////
|
||
|
//:://////////////////////////////////////////////
|
||
|
//:: Created By: Script Wizard
|
||
|
//:: Created On: 2/8/2004 11:06:12 AM
|
||
|
//:://////////////////////////////////////////////
|
||
|
void main()
|
||
|
{
|
||
|
// Give the speaker the items
|
||
|
CreateItemOnObject("swimhelp", GetPCSpeaker(), 1);
|
||
|
|
||
|
}
|