Jump to content
  • 0

Question

Posted

prontera,156,173,5 Script Text 77,{
mes "the first.";
close;
}

on the first click. it show: "the first". close.

when affter 10 seconds back and click again on NCP. --> show "the second"

sorry with my bad english /hum

2 answers to this question

Recommended Posts

Posted (edited)

I dunno what you want to do, maybe something like this ?

prontera,156,173,5	Script	Text	77,{
if( .busy ) end;
if( !.sw )
	mes "the first.";
else
	mes "the second";
set .sw, !.sw;
close2;
initnpctimer;
set .busy, 1;
end;

OnTimer10000:
set .busy, 0;
stopnpctimer;
end;
}

Edited by Capuche
  • Upvote 1

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...