LoT_PRC8/_module/nss/give_gingerkey.nss
Jaysyn904 ec287507a1 Initial upload
Initial upload.
2023-09-25 21:32:17 -04:00

14 lines
409 B
Plaintext

//::///////////////////////////////////////////////
//:: FileName give_gingerkey
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 2003-02-21 10:12:38
//:://////////////////////////////////////////////
void main()
{
// Give the speaker the items
CreateItemOnObject("gingerkey", GetPCSpeaker(), 1);
}