Ancordia_PRC8/_module/nss/addescorted.nss

8 lines
191 B
Plaintext
Raw Permalink Normal View History

2023-09-21 19:51:32 -04:00
void main()
{
DeleteLocalInt(OBJECT_SELF, "Lost");
SetLocalInt(OBJECT_SELF, "Escorted", TRUE);
SetLocalInt(OBJECT_SELF, "EventEscorted", TRUE);
AddHenchman(GetPCSpeaker());
}