how do I get rid of the annoying '>Type here' prompt? I just want the cursor.
shadowphile
14 Jul 2019, 23:45Can't find any setting but can't believe I can't turn off something so atypical. Anybody who has played IF for more than one sentence will know to type there!
thanks
The Pixie
15 Jul 2019, 07:11Go to the Features tab of the game object, and tick "Show advanced scripts...". Then go to the Advanced scripts tab, and for the top script, "User interface initialisation...", click on code view, and add this line:
JS.setInterfaceString ("TypeHereLabel", "")
Mataeus
13 Aug 2019, 21:21This is a good find, was wondering the same thing!