Could someone explain to me what did I do wrong about timer ?
Cause once I gave my item, I can't talk to him anymore.
Short part :
mes "[Rain]";
mes "Please come back later, I need to concentrate.";
set .@timer, gettimetick(2)-q_timer;
set .@wait, 9000-.@timer; //15 minutes
set refat,1;
close;
if((refat == 1 || .@timer < 9000)){
mes "[Rain]";
mes "Please come back later, I need to concentrate.";
close;
}else{
set rain,2;
mes "[Rain]";
mes "Oh, it's you !";
next;
mes "[Rain]";
mes "Here for you.";
getitem 6090,1;
close;
Question
Auryn
Could someone explain to me what did I do wrong about timer ?
Cause once I gave my item, I can't talk to him anymore.
Short part :
Edited by Auryn4 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.