gpt4 book ai didi

game-maker - Game Maker Language 换行

转载 作者:行者123 更新时间:2023-12-04 00:49:32 36 4
gpt4 key购买 nike

我正在编写一个 GML 脚本,想知道如何使消息出现在下一行:

例如。

show_message("Hello" + *something* + "World")

输出:

Hello
World

最佳答案

对于 GameMaker: Studio 2,始终使用 \n 作为新行。

show_debug_message("First Line\nSecond Line");

对于早期版本,始终使用# 作为新行。

show_message("First Line#Second Line");

关于game-maker - Game Maker Language 换行,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1671699/

36 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com