Virtue
New member
- Messages
- 259
- Points
- 0
SOLVED:
Functor said:For 2015-09-16aRagexe you have to use:
<ITEM> and </ITEM>
instead of:
Code:<ITEMLINK> and </ITEMLINK>
Last edited by a moderator:
Functor said:For 2015-09-16aRagexe you have to use:
<ITEM> and </ITEM>
instead of:
Code:<ITEMLINK> and </ITEMLINK>
//=========================================
//= Itemlink(<itemid>)
//= return item string with itemlink added
//=========================================
function script Itemlink {
.@id = getarg(0);
return "<ITEM>"+getitemname(.@id)+"<INFO>"+.@id+"</INFO></ITEM>";
}
For 2015-09-16aRagexe you have to use:
<ITEM> and </ITEM>
instead of:
Code:<ITEMLINK> and </ITEMLINK>
We use essential cookies to make this site work, and optional cookies to enhance your experience.