def self.tile_through(id, value)
start = 2000 + id * 48
for i in 0..47
$game_map.passages[start + i] = value
end
end
end
这部分是插入到脚本编辑器的素材里
SomeThing.tile_through(87, 134)
SomeThing.tile_through(151, 134)
这部分是插入到事件中的
现在就差可通行变为不可通行了。作者: mtydxd 时间: 2010-6-18 18:22
{:nm_2:},没人回答吗