赞 | 5 |
VIP | 0 |
好人卡 | 2 |
积分 | 36 |
经验 | 24079 |
最后登录 | 2024-11-5 |
在线时间 | 1890 小时 |
Lv3.寻梦者
- 梦石
- 0
- 星屑
- 3591
- 在线时间
- 1890 小时
- 注册时间
- 2010-6-19
- 帖子
- 1211
|
加入我们,或者,欢迎回来。
您需要 登录 才可以下载或查看,没有帐号?注册会员
x
下面的脚本,金币的宽度值的代码怎么输入
carol3_66RPG.contents.draw_text(64,-8,金币宽度值,32, + "两银子。")
carol3_66RPG.contents.draw_text(64,-8,240,32, + "两银子。")
def command_125
value = operate_value(@parameters[0], @parameters[1], @parameters[2])
$game_party.gain_gold(value)
if $game_switches[$不显示金钱窗口]==false
carol3_66RPG = Window_Base.new((640-310)/2-5,432/2,310,48)
carol3_66RPG.contents = Bitmap.new(carol3_66RPG.width - 32, carol3_66RPG.height - 32)
if value >= 0
carol3_66RPG.contents.draw_text(64,-8,240,32,value.abs.to_s )
carol3_66RPG.contents.draw_text(64,-8,金币宽度值,32, + "两银子。")
|
评分
-
查看全部评分
|