15 lines
465 B
Plaintext
15 lines
465 B
Plaintext
//::///////////////////////////////////////////////
|
|
//:: FileName goa_cyrus_give
|
|
//:://////////////////////////////////////////////
|
|
//:://////////////////////////////////////////////
|
|
//:: Created By: Script Wizard
|
|
//:: Created On: 11/26/2002 2:51:35 AM
|
|
//:://////////////////////////////////////////////
|
|
void main()
|
|
{
|
|
// Give the speaker the items
|
|
CreateItemOnObject("cyrusstoken", GetPCSpeaker(), 1);
|
|
CreateItemOnObject("kebanongatekey", GetPCSpeaker(), 1);
|
|
|
|
}
|