| 赞 | 93  | 
 
| VIP | 0 | 
 
| 好人卡 | 13 | 
 
| 积分 | 80 | 
 
| 经验 | 53314 | 
 
| 最后登录 | 2024-7-15 | 
 
| 在线时间 | 1183 小时 | 
 
 
 
 
 
Lv4.逐梦者 
	- 梦石
 - 0 
 
        - 星屑
 - 7976 
 
        - 在线时间
 - 1183 小时
 
        - 注册时间
 - 2007-7-29
 
        - 帖子
 - 2055
 
 
 
 | 
	
在actor = $game_party.actors[$actor_index]上添加:- p $actor_index
 
 - actor = $game_party.actors[$actor_index]
 
  复制代码 然后运行测试,估计你拿到的就是nil。 
数组的index只可以为integer,不可为nil,所以可以检查你的$actor_index是否已经被赋值。 |   
 
评分
- 
查看全部评分
 
 
 
 
 
 |