@item_order.each do |goods| case goods[0] when 0; item = $data_items[goods[1]] when 1; item = $data_weapons[goods[1]] when 2; item = $data_armors[goods[1]] end if item @data.push(item) @price[item] = goods[2] == 0 ? item.price : goods[3] end end
我表示看到了物品价格,
猜测的路过,而且我完全不懂VA的脚本,只懂一点VX的
| 欢迎光临 Project1 (https://rpg.blue/) | Powered by Discuz! X3.1 |