16 lines
434 B
Plaintext
16 lines
434 B
Plaintext
//::///////////////////////////////////////////////
|
|
//:: FileName aw_getshifter
|
|
//:://////////////////////////////////////////////
|
|
//:://////////////////////////////////////////////
|
|
//:: Created By: Script Wizard
|
|
//:: Created On: 11/10/2003 2:27:06 PM
|
|
//:://////////////////////////////////////////////
|
|
#include "nw_i0_tool"
|
|
|
|
void main()
|
|
{
|
|
|
|
// Give the speaker the items
|
|
CreateItemOnObject("theshifter", GetPCSpeaker(), 1);
|
|
}
|