#how to fix this

4 messages · Page 1 of 1 (latest)

faint river
#

the text box pic is kinda wrong too, it should not be cropped..

main perch
#

You should clarify what's wrong in your post so people know how to help, also for code you want to do three backticks on both sides instead of just one.

loud mangoBOT
#
You can format your code by encapsulating it within three backticks before and after

```gml
show_debug_message("I'm formatted!");
```

Include syntax highlighting by putting "gml" after the first three backticks
The above example displays:

show_debug_message("I'm formatted!");

The backtick key can be found above the TAB key on most keyboards.