ItsRas Posted October 20, 2021 Share Posted October 20, 2021 - script iteminfo2 -1,{ end; OnInit: bindatcmd "ii2",strnpcinfo(3)+"::OnAtcommand"; bindatcmd "iteminfo2",strnpcinfo(3)+"::OnAtcommand"; end; OnAtcommand: [email protected]$ = ""; for ([email protected] = 0; [email protected] < [email protected]_numparameters; [email protected]++) { if ([email protected] != 0) [email protected]$ += " "; [email protected]$ += [email protected]_parameters$[[email protected]]; } dispbottom "<ITEMLINK>"+getitemname([email protected]$)+"<INFO>"[email protected]$ +"</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 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 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...
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