14 lines
412 B
Plaintext
14 lines
412 B
Plaintext
|
//::///////////////////////////////////////////////
|
||
|
//:: FileName s_maringivebelt
|
||
|
//:://////////////////////////////////////////////
|
||
|
//:://////////////////////////////////////////////
|
||
|
//:: Created By: Script Wizard
|
||
|
//:: Created On: 12/16/2004 11:39:50 PM
|
||
|
//:://////////////////////////////////////////////
|
||
|
void main()
|
||
|
{
|
||
|
// Give the speaker the items
|
||
|
CreateItemOnObject("nw_it_mbelt009", GetPCSpeaker(), 1);
|
||
|
|
||
|
}
|