• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Lua How i can Display icon of item in NPC/ACTIONS Script

legadoss

New Member
Joined
Jun 1, 2014
Messages
142
Reaction score
4
Hey, how i can display icon of item np. 2160 is crystal coin and i want see it in modal window in npc and on actions scripts.

How i can it achieve?

Thanks
 
I dunno if it'll help you, but I know in 0.3.7
Code:
//doShowTextDialog(cid, itemid[, (text/canWrite)[, (canWrite/length)[, length]]])
This can be used to show the itemid of an item in a text document title..

Maybe it can somehow be modified to work with the modal window as well?

in either case it'll definitely require a source edit.
 
Back
Top