- 注册时间
- 2006-11-1
- 最后登录
- 2007-1-1
④见习
- 积分
- 332
|
i = $game_variables[19].to_s
self.contents.font.color = system_color
self.contents.draw_text(320, 64, 180, 32, "副武")
self.contents.font.color = normal_color
case i
when 0
self.contents.draw_text(440, 124, 180, 32, "劍")
when 1
self.contents.draw_text(440, 124, 180, 32, "拳")
when 2
self.contents.draw_text(440, 124, 180, 32, "腳")
end
發現不能變成
副武 劍
印不到出來, 唔該幫我 |
|