赞 | 153 |
VIP | 10 |
好人卡 | 39 |
积分 | 93 |
经验 | 146191 |
最后登录 | 2024-5-6 |
在线时间 | 2504 小时 |
Lv4.逐梦者
- 梦石
- 0
- 星屑
- 9280
- 在线时间
- 2504 小时
- 注册时间
- 2011-5-20
- 帖子
- 15389
|
- $tt=0
- $tt+=1 if $game_actors[1].armors.include?($data_armors[1])
- $tt+=1 if $game_actors[1].armors.include?($data_armors[2])
- $tt+=1 if $game_actors[1].armors.include?($data_armors[3])
- $tt+=1 if $game_actors[1].armors.include?($data_armors[4])
复制代码- if $tt==3
- $game_actors[1].add_state(38)
- else
- $game_actors[1].remove_state(38)
- end
复制代码 ······也许你可以套个循环··· |
|