10 lines
187 B
Plaintext
Raw Permalink Normal View History

void main()
{
object o_ayla = GetObjectByTag("Ayla");
int resettime = GetLocalInt(o_ayla, "resetcountdown");
if(resettime > 1200)
{
SetEncounterActive(TRUE, OBJECT_SELF);
}
}