PWE_PRC8/_module/nss/at_011.nss

15 lines
452 B
Plaintext
Raw Permalink Normal View History

2025-04-03 10:29:41 -04:00
//::///////////////////////////////////////////////
//:: 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);
}