Initial commit. Updated release archive.
This commit is contained in:
9
_module/nss/ayla_en_ohb.nss
Normal file
9
_module/nss/ayla_en_ohb.nss
Normal file
@@ -0,0 +1,9 @@
|
||||
void main()
|
||||
{
|
||||
object o_ayla = GetObjectByTag("Ayla");
|
||||
int resettime = GetLocalInt(o_ayla, "resetcountdown");
|
||||
if(resettime > 1200)
|
||||
{
|
||||
SetEncounterActive(TRUE, OBJECT_SELF);
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user