14 lines
415 B
Plaintext
14 lines
415 B
Plaintext
|
//::///////////////////////////////////////////////
|
||
|
//:: FileName s_givenoteforzol
|
||
|
//:://////////////////////////////////////////////
|
||
|
//:://////////////////////////////////////////////
|
||
|
//:: Created By: Script Wizard
|
||
|
//:: Created On: 12/21/2004 11:17:34 AM
|
||
|
//:://////////////////////////////////////////////
|
||
|
void main()
|
||
|
{
|
||
|
// Give the speaker the items
|
||
|
CreateItemOnObject("sha_marinnote_zo", GetPCSpeaker(), 1);
|
||
|
|
||
|
}
|