HiddenTradition_PRC8/_module/nss/at_givedockkey.nss

14 lines
406 B
Plaintext
Raw Normal View History

//::///////////////////////////////////////////////
//:: FileName at_givedockkey
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 6/8/2003 10:51:35 PM
//:://////////////////////////////////////////////
void main()
{
// Give the speaker the items
CreateItemOnObject("it_ship_key", GetPCSpeaker(), 1);
}