gaurav787 Posted July 15, 2022 Posted July 15, 2022 Hi Can someone help me fix this? below is the code mes "[ Costume Gacha ]"; mes "<ITEM>"+getitemname(602)+"<INFO>602</INFO></ITEM>"; the name goes in corner of message box and also name is displayed doubled. how can we fix this? EXE DATE : 2015 Thanks Quote
0 kalabasa Posted July 15, 2022 Posted July 15, 2022 it would not display properly on 2015 clients Quote
0 mR L Posted July 17, 2022 Posted July 17, 2022 On 7/15/2022 at 2:01 PM, gaurav787 said: mes "<ITEM>"+getitemname(602)+"<INFO>602</INFO></ITEM>"; try with this mes "<ITEML>"+getitemname(602)+"<INFO>602</INFO></ITEML>"; OR mes "<ITEMLINK>"+getitemname(602)+"<INFO>602</INFO></ITEMLINK>"; Quote
0 Gidz Cross Posted July 19, 2022 Posted July 19, 2022 On 7/15/2022 at 3:01 PM, gaurav787 said: Hi Can someone help me fix this? below is the code mes "[ Costume Gacha ]"; mes "<ITEM>"+getitemname(602)+"<INFO>602</INFO></ITEM>"; the name goes in corner of message box and also name is displayed doubled. how can we fix this? EXE DATE : 2015 Thanks There are workaround in 2015 clients. But yeah. I wont display properly on your client version. You can just edit the mes info. i would do it this way mes "<ITEM>"+getitemname(602)+"<INFO>602</INFO></ITEM>"; mes " "; mes "Click the link above to see the description of Butterfly Wing"; end; Quote
Question
gaurav787
Hi
Can someone help me fix this? below is the code
mes "[ Costume Gacha ]";
mes "<ITEM>"+getitemname(602)+"<INFO>602</INFO></ITEM>";
the name goes in corner of message box and also name is displayed doubled.
how can we fix this?
EXE DATE : 2015
Thanks
4 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.