Amon_PRC8/_module/nss/messend.nss

17 lines
481 B
Plaintext
Raw Normal View History

2025-04-03 19:00:46 -04:00
//::///////////////////////////////////////////////
//:: FileName messend
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 4/27/2003 3:43:16 AM
//:://////////////////////////////////////////////
void main()
{
// Give the speaker the items
CreateItemOnObject("MilitiaRation", GetPCSpeaker(), 1);
// Set the variables
SetLocalInt(GetPCSpeaker(), "messonce", 1);
}