class Game_Map
attr_reader:map_id
end
class Interpter
def init_it(event_id)
m_id = $game_map.map_id
if $scene.id_a?(Scene_Map)
$scene.ev(m_id,event_id,rand($game_map.width),rand($game_map.height))
end
end
end
=>Do_it:
init_it [LINE]1,#dddddd[/LINE]系统信息:本贴由楼主认可为正确答案,66RPG感谢您的热情解答~作者: sizz123 时间: 2008-8-26 20:39
复制不会做,从程序技术上我无能为力
但如果仅仅是效果上,还是有点办法的