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] "if in gump" crashes #96

Open CommodusSPQR opened 2 years ago

CommodusSPQR commented 2 years ago

Hello, it's great that we now have many improvements over the original razor.

But there is an easy-to-fix bug with the gump-reading feature. When there is an empty line in the gump, any macro/script stops. for example, if there is an unguilded toon on the boss results gump, any script with "if in gump" line crashes.

It should be because the razor scans every "cell" in the sheet and if a cell is empty it stops. Something like changing empty cell format to an invisible entry like we do in excel or google sheets should do the trick.