ItsRas Posted October 20, 2021 Group: Members Topic Count: 10 Topics Per Day: 0.00 Content Count: 30 Reputation: 0 Joined: 03/08/15 Last Seen: July 1, 2022 Share Posted October 20, 2021 - script iteminfo2 -1,{ end; OnInit: bindatcmd "ii2",strnpcinfo(3)+"::OnAtcommand"; bindatcmd "iteminfo2",strnpcinfo(3)+"::OnAtcommand"; end; OnAtcommand: .@item$ = ""; for (.@i = 0; .@i < .@atcmd_numparameters; .@i++) { if (.@i != 0) .@item$ += " "; .@item$ += .@atcmd_parameters$[.@i]; } dispbottom "<ITEMLINK>"+getitemname(.@item$)+"<INFO>"+.@item$ +"</INFO></ITEMLINK>"; } Hello everyone, I need help on my script, I can't make to work this script ingame. I tested it but the item won't link. I am trying to make something like this. Thank you in advance. Quote Link to comment Share on other sites More sharing options...
0 Capuche Posted October 20, 2021 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 October 20, 2021 You need, for example, Quote Link to comment Share on other sites More sharing options...
0 ItsRas Posted October 21, 2021 Group: Members Topic Count: 10 Topics Per Day: 0.00 Content Count: 30 Reputation: 0 Joined: 03/08/15 Last Seen: July 1, 2022 Author Share Posted October 21, 2021 16 hours ago, Capuche said: You need, for example, Thanks for the reply, Capuche! I've followed the instructions and tested this but this give me this warning not sure what exactly what this mean. Quote Link to comment Share on other sites More sharing options...
Question
ItsRas
Hello everyone,
I need help on my script, I can't make to work this script ingame. I tested it but the item won't link.
I am trying to make something like this. Thank you in advance.
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.