赞 | 1 |
VIP | 20 |
好人卡 | 8 |
积分 | 3 |
经验 | 6181 |
最后登录 | 2022-8-5 |
在线时间 | 271 小时 |
Lv2.观梦者 神隐的主犯
- 梦石
- 0
- 星屑
- 299
- 在线时间
- 271 小时
- 注册时间
- 2008-2-22
- 帖子
- 7691
|
Game_Event 里里面有这么一段:
#--------------------------------------------------------------------------
# ● 判断接触事件启动
#--------------------------------------------------------------------------
def check_event_trigger_touch(x, y)
return if $game_map.interpreter.running?
if @trigger == 2 and $game_player.pos?(x, y)
start if not jumping? and @priority_type == 1
end
end
不知道是不是这个。 系统信息:本贴获得楼主认可,66RPG感谢您的热情解答~ |
|