15 lines
452 B
Plaintext
15 lines
452 B
Plaintext
|
//::///////////////////////////////////////////////
|
||
|
//:: FileName at_011
|
||
|
//:://////////////////////////////////////////////
|
||
|
//:://////////////////////////////////////////////
|
||
|
//:: Created By: Script Wizard
|
||
|
//:: Created On: 3/15/2003 1:48:44 PM
|
||
|
//:://////////////////////////////////////////////
|
||
|
void main()
|
||
|
{
|
||
|
// Give the speaker the items
|
||
|
CreateItemOnObject("towerkey", GetPCSpeaker(), 1);
|
||
|
CreateItemOnObject("dungeonkey002", GetPCSpeaker(), 1);
|
||
|
|
||
|
}
|