Non-threaded

Forums » Advanced Editor Forum » Read Thread

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

(Alex) A question on Editor

19 years ago
When using the editor, can we use '%%' in if statements like: %%if { variable1>variable2; display "This text"; }else{ display "this text"; }%% So if a variable1 is greater than variable2, it will display a certain text, if variable1 is less than variable2, it displays a certain text. Can this work somehow?

(Alex) A question on Editor

19 years ago
THAT WOULD BE SOOO USEFULL!!!!

(Alex) A question on Editor

19 years ago
We have already talked about this in the FWW forum.

(Alex) A question on Editor

19 years ago

Yeah, we're still working out the syntax.

For now, I think this works:

%%VARIABLE1%>%VARIABLE2%ThisText%%

Or the opposite

%%VARIABLE1%<%VARIABLE2%ThisText%%

If it doesn't work let me knwo and I'll look up exactly how to do it.

(Alex) A question on Editor

19 years ago
To clarify, I have this programmed in right now as an experiment (it's not advertised very well). So, try that in your game and let me know.

(Alex) A question on Editor

19 years ago
ok ill try

(Alex) A question on Editor

19 years ago
Wow, theres so many of the cool features that I havn't discovered yet...