Non-threaded

Forums » Advanced Editor Forum » Read Thread

Get help from the experts on variables, scripts, items, and other scary things.

I have an error

4 years ago

Can anyone tell me why this is wrong.

%MONSTHP := %MONSTHP - %BOWDAM
%ARROWS := %ARROWS – 1
%PLYRDAM := %BOWDAM

I have an error

4 years ago

It's %ARROWS := %ARROWS – 1

It's using an en dash instead of a hyphen. It should be %ARROWS := %ARROWS - 1

I have an error

4 years ago

Cool. Thanks.