Jump to content
  • 0

<ITEM><INFO> Not working


Question

Posted

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

Capture.PNG

4 answers to this question

Recommended Posts

  • 0
Posted
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>";

 

  • 0
Posted
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

Capture.PNG

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;

 

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...