PWE_PRC8/_module/nss/goa_cyrus_give.nss

15 lines
465 B
Plaintext
Raw Permalink Normal View History

2025-04-03 10:29:41 -04:00
//::///////////////////////////////////////////////
//:: 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);
}