Amon_PRC8/_module/nss/sol_giv_tooth.nss

18 lines
542 B
Plaintext
Raw Normal View History

2025-04-03 19:00:46 -04:00
//::///////////////////////////////////////////////
//:: FileName at_169
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 11/14/2002 3:10:31 AM
//:://////////////////////////////////////////////
void main()
{
// Give the speaker the items
CreateItemOnObject("HeijaCitizen", GetPCSpeaker(), 1);
CreateItemOnObject("solomaktooth", GetPCSpeaker(), 1);
// Set the variables
SetLocalInt(GetPCSpeaker(), "solomakonce", 1);
}