Mighty Script - Print Random Number with In Game Message shows always "null"
Create a new number (integer).
Create a script that generates a random number on the previous created integer.
Print the integer now to the player's screen (e.g. with a "Show Ingame Message" and as content you select the integer).
Export and Quicktest the map.
Ingame Message shows always "null" - no matter how often you fire the script and generate numbers.
如何评价你所获得的客户服务?
满意度评分用户: SeriousToni 6 年 前
添加关于支持服务质量的评论(可选):
How were you displaying the Number?
You usually need to display it as something like "Your number is [0]" with the [0] getting replaced by the actual Number variable.