On trying to enter:
if (anypartymember #partyquest1 > 0) {
mes "Any of your party members didn't wait 6 hours before trying to start the PQ again";
}
OnFinish: // This part is done.
set #partyquest1, gettimetick ( 2 ) + 21600;
end;
I need a entrance check of timer.
If any of the party members have #partyquest1 timer, they cant enter the partyquest.
Question
Promise
I need something like this.
I need a entrance check of timer.
If any of the party members have #partyquest1 timer, they cant enter the partyquest.
Link to comment
Share on other sites
7 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.