??你说的啥哦
说清楚哇!
难道 if $game_player.passable?(x,y,0)
暂时消除事件
end
这样可以?
x y 是什么的XY也要说清楚撒~作者: 永劫的咎人 时间: 2007-8-18 04:11
提示: 作者被禁止或删除 内容自动屏蔽作者: 冰鸷殛霰 时间: 2007-8-18 04:34
x = $game_player.x
y = $game_player.y
if $game_player.passable? (x,y,2)
else
$game_switches[1] = false
end
x = $game_player.x
y = $game_player.y
if $game_player.passable? (x,y,4)
else
$game_switches[1] = false
end
x = $game_player.x
y = $game_player.y
if $game_player.passable? (x,y,6)
else
$game_switches[1] = false
end
x = $game_player.x
y = $game_player.y
if $game_player.passable? (x,y,8)
else
$game_switches[1] = false
end
这样才可以.
你们说得....
转个这么大个弯才弯过来了
分给你们分了吧作者: 索尔迦·蓝 时间: 2009-6-12 08:00
提示: 作者被禁止或删除 内容自动屏蔽