Jump to content
  • 0

How to remove invisible npc when input and successrefitem function used together?


Question

Posted (edited)

If `successrefitem` is called after  `input` (or even `select`). When function is closed, there's a invisible thing left on the map with and 'ellipsis' (npc interaction thing) when you hover on it.
 

function	script	F_TestFuncHere	{
	input .@refine_count;
	successrefitem 1,.@refine_count;
	return; // also tried close or end. didn't matter
}


I use this function as item script.

input_refine_bug.jpg

Edited by Queue

1 answer to this question

Recommended Posts

  • 0
Posted

What is calling the function?

The funciton itself its not a NPC.  This invisible npc that shows on map probably is the npc that is calling this function. So you may have to change it....

Can you post the full script for better understanding??

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