UOOutlands / Razor

Razor is a free tool designed to help with simple tasks while playing Ultima Online.
http://www.uor-razor.com
GNU General Public License v3.0
9 stars 6 forks source link

[BUG] `as 'found'` does not work with `pushlist` #63

Closed ncskrypt closed 3 years ago

ncskrypt commented 3 years ago

Using as 'found' with pushlist doesnt work. This pushes the literal word found into the list instead of the item serial, which is wrong.

if findtype ... as 'found'
  pushlist myList 'found' // adds literal word 'found' to list
endif