Erba Posted June 3, 2014 Posted June 3, 2014 How to disable any automated events during woe? its like Automated events with Broadcast will not Broadcast that the start of event and it will not spawn the NPC as it starts. thank you Quote
Erba Posted June 3, 2014 Author Posted June 3, 2014 if (agitcheck() or agitcheck2()){ end; } Should i put this under the OnClock2020: ? Quote
Jyabil Posted June 3, 2014 Posted June 3, 2014 Erba Posted Today, 11:32 AM Yuka, on 03 Jun 2014 - 05:46 AM, said: if (agitcheck() or agitcheck2()){end; } Should i put this under the OnClock2020: ? Yep! Quote
Emistry Posted June 3, 2014 Posted June 3, 2014 OnClockXXXX: if( agitcheck() || agitcheck2() ) end; // <-- add this line // event start Quote
Yuka Posted June 3, 2014 Posted June 3, 2014 OnClockXXXX: if( agitcheck() || agitcheck2() ) end; // <-- add this line // event start Right, it's || not or. Too many languages. Quote
Question
Erba
How to disable any automated events during woe?
its like Automated events with Broadcast will not Broadcast that the start of event and it will not spawn the NPC as it starts.
thank you
5 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.