| 
 
| 赞 | 481 |  
| VIP | 56 |  
| 好人卡 | 75 |  
| 积分 | 471 |  
| 经验 | 124650 |  
| 最后登录 | 2025-10-30 |  
| 在线时间 | 7737 小时 |  
 Lv5.捕梦者 (管理员) 老黄鸡 
	梦石4 星屑43071 在线时间7737 小时注册时间2009-7-6帖子13548    
 | 
| 回复 玛尔斯 的帖子 
 
 设定四变量,左临界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
 | 
 评分
查看全部评分
 |