Jaysyn904 ee1dc35889 Initial Commit
Initial Commit
2025-04-03 10:29:41 -04:00

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);
}