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