14 lines
407 B
Plaintext
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);
|
||
|
|
||
|
}
|