something like
Code: Select all
^, ~ and _
maybe
Code: Select all
_backpack, ^backpack, ~backpack
I can't remeber the exactly syntax... and the forum engine doesn't allow to search by this characters...
someone had some idea?
thanks
Moderators: Murderator+, Murderator
Code: Select all
^, ~ and _
Code: Select all
_backpack, ^backpack, ~backpack
_type{char, backpack, bags in backpack} = findtype type -1 my
^type{backpack, bags} = findtype type -1 backpack
~type{ground, also set finddist working on this} = findtype type -1 ground
<type = findtype type -1 lastcontainer
object.type = findtype type -1 object
Code: Select all
uo.useobject("^0x1515")