Project1

标题: 如何用脚本显示变量的数值? [打印本页]

作者: 美丽晨露    时间: 2013-10-13 23:28
标题: 如何用脚本显示变量的数值?
我想在这个脚本中显示10号变量的具体数值。
请问是要怎么写?

RUBY 代码复制
  1. $game_message.texts.push("偷取了: \v[10]金幣")

作者: 351323331    时间: 2013-10-13 23:58
$game_message.texts.push("偷取了: " + $game_variables[10].to_s + "金币。")
作者: 无脑之人    时间: 2013-10-14 00:19
$game_message.texts.push("偷取了: #{$game_variables[10]}金幣")
作者: 熊喵酱    时间: 2013-10-14 12:09
  1. $game_message.texts.push("偷取了: #{$game_variables[10]}#{$data_system.terms.gold}")
复制代码





欢迎光临 Project1 (https://rpg.blue/) Powered by Discuz! X3.1