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

14 lines
406 B
Plaintext

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