赞 | 451 |
VIP | 56 |
好人卡 | 75 |
积分 | 424 |
经验 | 124650 |
最后登录 | 2024-11-27 |
在线时间 | 7603 小时 |
Lv5.捕梦者 (管理员) 老黄鸡
- 梦石
- 0
- 星屑
- 42448
- 在线时间
- 7603 小时
- 注册时间
- 2009-7-6
- 帖子
- 13506
|
回复 玛尔斯 的帖子
设定四变量,左临界x,右临界x,上临界y,下临界y,
$x1 = $game_variables[1]
$x2 = $game_variables[2]
$y1 = $game_variables[3]
$y2 = $game_variables[4]
for ev in $game_map.events.values
if ev.x > $x1 and eve.x < $x2
if ev.x > $y1 and eve.x < $y2
#事件自己写,随机移动
end
令用一个脚本〔脚本格子不够〕
$x1 = $game_variables[1]
$x2 = $game_variables[2]
$y1 = $game_variables[3]
$y2 = $game_variables[4]
for ev in $game_map.events.values
if ev.x == $x1 and eve.x == $x2
if ev.x == $y1 and eve.x == $y2
#事件自己写,后退一步
end
end
end |
评分
-
查看全部评分
|