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

14 lines
407 B
Plaintext

//::///////////////////////////////////////////////
//:: FileName at_giveshipkey
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 9/14/2002 12:55:02 AM
//:://////////////////////////////////////////////
void main()
{
// Give the speaker the items
CreateItemOnObject("it_ship_key", GetPCSpeaker(), 1);
}