Amon_PRC8/_module/nss/messend.nss
Jaysyn904 c5cffc37af Initial Commit
Initial Commit [v1.01]
2025-04-03 19:00:46 -04:00

17 lines
481 B
Plaintext

//::///////////////////////////////////////////////
//:: 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);
}