以下引用MogStar于2006-8-10 9:17:18的发言:
好东西呀,手感很好,系统设定也很全面
unless $game_system.map_interpreter.running? or
@move_route_forcing or $game_temp.message_window_showing
unless moving? #ready_for_action
# Move player in the direction the directional button is being pressed
if self.dead==false
case Input.dir4
when 2
move_down
when 4
move_left
when 6
move_right
when 8
move_up
end
end
end
if Input.press?(Input::A)
self.weapon_attack
end
if Input.press?(Input::Y)
magic_id = $game_party.actors[@actor_id].hot_magic_id
self.magic_attack(magic_id)
end
if Input.press?(Input::Z)
item_id = $game_party.actors[@actor_id].hot_item_id
self.item_attack(item_id)
end
end
欢迎光临 Project1 (https://rpg.blue/) | Powered by Discuz! X3.1 |