variable text field in GUI don't works.

Published by Assassin4b on
Status
Works as designed
Issue description

i want to make a variable text output for a GUI, but it don't works. 
 

Issue comments

  1. You don't have any GLOBAL variables defined so how could this even work?
  2. You access variables using VAR keyword, not using TextFieldName keyword as you did.