LoD_PRC8/_module/nss/hal_cilice.nss

14 lines
287 B
Plaintext
Raw Normal View History

2023-09-21 21:20:34 -04:00
void main()
{
if(!GetLocalInt(OBJECT_SELF, "DONE"))
{
ExecuteScript("hal_cilisc", OBJECT_SELF);
SetLocalInt(OBJECT_SELF, "DONE", TRUE);
if(GetLocalInt(OBJECT_SELF, "Quit"))
{
SetLocalInt(OBJECT_SELF, "Quit", FALSE);
}
}
}