14 lines
422 B
Plaintext
14 lines
422 B
Plaintext
|
//::///////////////////////////////////////////////
|
||
|
//:: FileName s_maringivescrol
|
||
|
//:://////////////////////////////////////////////
|
||
|
//:://////////////////////////////////////////////
|
||
|
//:: Created By: Script Wizard
|
||
|
//:: Created On: 12/16/2004 11:36:59 PM
|
||
|
//:://////////////////////////////////////////////
|
||
|
void main()
|
||
|
{
|
||
|
// Give the speaker the items
|
||
|
CreateItemOnObject("nw_it_sparscr309", GetPCSpeaker(), 10);
|
||
|
|
||
|
}
|