kevin1109 Posted April 25, 2017 Group: Members Topic Count: 5 Topics Per Day: 0.00 Content Count: 15 Reputation: 3 Joined: 10/21/12 Last Seen: January 19, 2018 Share Posted April 25, 2017 I made an item call a function which have player interaction to choose on a menu but it gets the error npc_scriptcont: failed npc->checknear test. Heres an example of it: Item id of Knife -> 1202 with script on it as: callfunc "getSkill"; and the gist of the function of: function script getSkill { attachrid(getcharid(3)); retryRK: dispbottom "Select a Skill you want."; switch(select("Enchant Blade:Sonic Wave:Death Bound")){ case 1: .@r = 1; break; case 2: .@r = 2; break; case 3: .@r = 3; break; default: goto(retryRK); } close; <More code...> Is there any workaround this or any fix? would greatly appreciate it! Quote Link to comment Share on other sites More sharing options...
0 kevin1109 Posted April 26, 2017 Group: Members Topic Count: 5 Topics Per Day: 0.00 Content Count: 15 Reputation: 3 Joined: 10/21/12 Last Seen: January 19, 2018 Author Share Posted April 26, 2017 Bump Quote Link to comment Share on other sites More sharing options...
0 Capuche Posted April 27, 2017 Group: Developer Topic Count: 10 Topics Per Day: 0.00 Content Count: 2407 Reputation: 616 Joined: 07/05/12 Last Seen: March 20 Share Posted April 27, 2017 hmm I don't get the npc->checknear warning on test server. Quote Link to comment Share on other sites More sharing options...
Question
kevin1109
I made an item call a function which have player interaction to choose on a menu but it gets the error npc_scriptcont: failed npc->checknear test.
Heres an example of it:
Item id of Knife -> 1202
with script on it as:
callfunc "getSkill";
and the gist of the function of:
Is there any workaround this or any fix? would greatly appreciate it!
Link to comment
Share on other sites
2 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.