The Farmer Was Replaced
Is there a way to concatinate string?
I want to use this in a quick_print()
< >
Сообщения 13 из 3
If all your pieces are strings you can use '+' to glue them together, e.g.

print("Hello," + "World")

if you want to mix values like the results of `get_entity_type()` you can separate the pieces with a comma e.g.

print("Hovering over:", get_entity_type())

worth noting that all spaces will be removed when printing even if explicitly added

print("Hi" + " " + "there") # => "Hithere"
Отредактировано Null; 8 мая. 2024 г. в 20:33
Where does it even print the output ingame ? I found no output window or so... :steamsad:
Автор сообщения: Zitrus123
Where does it even print the output ingame ? I found no output window or so... :steamsad:
the drone flies over the field and writes the text using smoke that dissipates pretty quickly.

if you want the output in an output window use quick_print(). it will print in the "outputs" section of the information window
< >
Сообщения 13 из 3
Показывать на странице: 1530 50

Дата создания: 8 мая. 2024 г. в 18:20
Сообщений: 3