Project1

标题: 好奇怪的问题- - [打印本页]

作者: Wind2010    时间: 2010-11-7 11:11
标题: 好奇怪的问题- -
本帖最后由 Wind2010 于 2010-11-7 11:14 编辑

我用了几行脚本来刷新主角的HP条:
  1. def shuaxintupian
  2.   $game_variables[1] = $game_actors[1].hp
  3.   $game_variables[2] = $game_actors[1].maxhp
  4.   $game_variables[7] = $game_variables[1]*100/$game_variables[2]
  5.   $game_screen.pictures[1].show("角色MAXHP", 0, 0, 460, 100, 100, 255, 0)
  6.   $game_screen.pictures[2].show("角色HP", 0, 2, 462, $game_variables[7], 100, 255, 0
  7. end
复制代码
为啥开始游戏时提示第7行出错- -
作者: wbsy8241    时间: 2010-11-7 11:12
少了个括号
作者: Wind2010    时间: 2010-11-7 11:13
- -微小Bug触发×3了我
我太悲剧了




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