#how to fix this
4 messages · Page 1 of 1 (latest)
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.
what are backticks?
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.