case @command_window.index
when 0 # 物品
# 演奏确定 SE
$game_system.se_play($data_system.decision_se)
# 切换到物品画面
$scene = Scene_Item.new
# 设置当前的物品窗口到 @item_window
case @right_window.index
when 0
@item_window = @item_window1
when 1
@item_window = @item_window2
when 2
@item_window = @item_window3
when 3
@item_window = @item_window4
when 4
@item_window = @item_window5
end
hkxtravian 发表于 2018-1-9 11:10
先谢谢你的解答
这是 Scene_Menu
欢迎光临 Project1 (https://rpg.blue/) | Powered by Discuz! X3.1 |