Jump to content
  • 0

delay in talking to NPC


Question

Posted

Good evening, can anyone tell me how I can make it a delay to speak to the NPC again?

I would also like if it was possible to click on the NPC again, if the dialog window is open, close it instead of opening it again and not have the risk of there being two requests for the same character at the same time, thank you all very much

1 answer to this question

Recommended Posts

  • 0
Posted

try add this to the start of npc conversation

if (.delay > gettimetick(2)) {
	dispbottom "Please try again later.";
	end;
}
.delay = gettimetick(2) + 5; // delay 5 seconds

 

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...