16 lines
433 B
Plaintext
16 lines
433 B
Plaintext
|
//::///////////////////////////////////////////////
|
||
|
//:: FileName give_shadowkey
|
||
|
//:://////////////////////////////////////////////
|
||
|
//:://////////////////////////////////////////////
|
||
|
//:: Created By: Script Wizard
|
||
|
//:: Created On: 9/17/2002 2:25:37 PM
|
||
|
//:://////////////////////////////////////////////
|
||
|
#include "nw_i0_tool"
|
||
|
|
||
|
void main()
|
||
|
{
|
||
|
// Give the speaker the items
|
||
|
CreateItemOnObject("shadowkey", GetPCSpeaker(), 1);
|
||
|
|
||
|
}
|