markdwags / Razor

Razor is a free tool designed to help with simple tasks while playing Ultima Online.
https://www.razorce.com
GNU General Public License v3.0
139 stars 96 forks source link

[BUG] varexist problem #208

Closed DemonRok closed 1 year ago

DemonRok commented 1 year ago

using this script:

if not varexist 'Test'
    setvar 'Test'
else 
    dclick 'Test'
endif

or

if varexist 'Test'
    dclick 'Test'
else 
    setvar 'Test'
endif

Razor always ask to select target for variable 'Test' even if the variable exists.

markdwags commented 1 year ago

Thanks for the bug report :)