赞 | 0 |
VIP | 0 |
好人卡 | 0 |
积分 | 0 |
经验 | 0 |
最后登录 | 2009-7-23 |
在线时间 | 0 小时 |
Lv1.梦旅人
- 梦石
- 0
- 星屑
- 20
- 在线时间
- 0 小时
- 注册时间
- 2008-2-9
- 帖子
- 1
|
加入我们,或者,欢迎回来。
您需要 登录 才可以下载或查看,没有帐号?注册会员
x
是VX橫版的問題
當我在試驗的時候普通攻擊沒有問題但放魔法的時候就會跳出
腳本節 : sideview1 行號1824 發生 NoMethodError
undefined method `[]' for nil:NilClass
# 敌方和不使用二刀角色的取消二刀标志动画处理
-> two_swords_flug = weapon_kind[11]
return if two_swords_flug && [email protected]?
return if two_swords_flug && @battler.weapons[1] == nil && @battler.actor?
if @battler.actor? && @battler.weapons[0] == nil && !two_swords_flug
@weapon_R.action_reset
elsif @battler.actor? && @battler.weapons[1] == nil && two_swords_flug
@weapon_R.action_reset
elsif [email protected]? && @battler.weapon == 0
@weapon_R.action_reset
else
有誰能幫我嗎!!?
此贴于 2009-6-6 10:32:56 被版主木葬枫提醒,请楼主看到后对本贴做出回应。 |
|