- 0
How to remove invisible npc when input and successrefitem function used together?
Asked by
kaiyongkai
-
Recently Browsing 0 members
No registered users viewing this page.
Asked by
kaiyongkai
No registered users viewing this page.
By using this site, you agree to our Terms of Use.
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.
Share this post
Link to post
Share on other sites