Skip to content

Commit

Permalink
Use print_newline()
Browse files Browse the repository at this point in the history
  • Loading branch information
MyNameIsTrez committed Nov 16, 2024
1 parent 5f67f0a commit 121c000
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions _posts/2024-02-29-creating-the-perfect-modding-language.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,7 @@ on_kill(killed: id) {
print_string(get_human_name(me))
print_string(" killed ")
print_string(get_human_name(killed))
# Printing "\n" moves the console's cursor down
print_string("\n")
print_newline()
}
```

Expand Down

0 comments on commit 121c000

Please sign in to comment.