HiddenTradition_PRC8/_module/nss/at_giveegckey.nss
2024-06-20 15:47:42 -04:00

14 lines
409 B
Plaintext

//::///////////////////////////////////////////////
//:: FileName at_giveegckey
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 8/17/2002 8:56:29 PM
//:://////////////////////////////////////////////
void main()
{
// Give the speaker the items
CreateItemOnObject("it_egc_tomb_key", GetPCSpeaker(), 1);
}