Jaysyn904 ee1dc35889 Initial Commit
Initial Commit
2025-04-03 10:29:41 -04:00

14 lines
409 B
Plaintext

//::///////////////////////////////////////////////
//:: FileName zm_givestargazer
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 6/28/2002 5:24:10 AM
//:://////////////////////////////////////////////
void main()
{
// Give the speaker the items
CreateItemOnObject("stargazerkey", GetPCSpeaker(), 1);
}