设为首页收藏本站|繁體中文

Project1

 找回密码
 注册会员
搜索
查看: 1013|回复: 4
打印 上一主题 下一主题

关于青魔法学会提示的问题

 关闭 [复制链接]

Lv1.梦旅人

梦石
0
星屑
50
在线时间
231 小时
注册时间
2007-12-17
帖子
541
跳转到指定楼层
1
发表于 2008-3-6 22:46:39 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式

加入我们,或者,欢迎回来。

您需要 登录 才可以下载或查看,没有帐号?注册会员

x
脚本:
http://rpg.blue/web/htm/news13.htm

照理说按照下面的脚本,在学会了敌人的特技以后不会再出现"学会该特技"的提示了,可是为什么角色被已经学会了的特技打中还是会反复出现这样的提示呢?

for target in $scene.target_battlers
if target.is_a?(Game_Actor)
  skill=$scene.skill
  c = target.class_id == 1 ? true:false
  if c and not target.skills.include?(skill)
    target.learn_skill(skill.id)
    textinfo = target.name + " 学会了 "
    textinfo += "\\c[4]["+skill.name+"]"
    $game_temp.message_text = textinfo
  end
end
end
版务信息:本贴由楼主自主结贴~
头像被屏蔽

Lv1.梦旅人 (禁止发言)

梦石
0
星屑
50
在线时间
0 小时
注册时间
2008-2-18
帖子
1423
2
发表于 2008-3-6 22:55:30 | 只看该作者
提示: 作者被禁止或删除 内容自动屏蔽
签名被屏蔽
回复 支持 反对

使用道具 举报

Lv1.梦旅人

梦石
0
星屑
50
在线时间
231 小时
注册时间
2007-12-17
帖子
541
3
 楼主| 发表于 2008-3-6 23:03:37 | 只看该作者
如果我想再多一个条件判断:角色的状态为 54 时才可以学会是不是可以写成这样?
for target in $scene.target_battlers
if target.is_a?(Game_Actor)
  skill=$scene.skill
  c = target.class_id == 13 ? true:false
  if c and not target.skill_learn?(skill.id) and target.states.include?(54)
    target.learn_skill(skill.id)
    textinfo = target.name + " 学会了 "
    textinfo += "\\c[4]["+skill.name+"]"
    $game_temp.message_text = textinfo
  end
end;end
回复 支持 反对

使用道具 举报

Lv1.梦旅人

梦石
0
星屑
50
在线时间
231 小时
注册时间
2007-12-17
帖子
541
4
 楼主| 发表于 2008-3-6 23:09:50 | 只看该作者
写成上面这样战斗时就出错了。。SyntaxError
回复 支持 反对

使用道具 举报

头像被屏蔽

Lv1.梦旅人 (禁止发言)

梦石
0
星屑
50
在线时间
0 小时
注册时间
2008-2-18
帖子
1423
5
发表于 2008-3-6 23:12:45 | 只看该作者
提示: 作者被禁止或删除 内容自动屏蔽
签名被屏蔽
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册会员

本版积分规则

拿上你的纸笔,建造一个属于你的梦想世界,加入吧。
 注册会员
找回密码

站长信箱:[email protected]|手机版|小黑屋|无图版|Project1游戏制作

GMT+8, 2024-11-30 01:32

Powered by Discuz! X3.1

© 2001-2013 Comsenz Inc.

快速回复 返回顶部 返回列表