HiddenTradition_PRC8/_module/nss/at_giveshipkey.nss

14 lines
407 B
Plaintext
Raw Normal View History

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