Olá Queria Saber O Que Tem De Errado No Script, Não Editei Esse Script O Erro Acontece Quando Eu Aperto Ctrl Pra Poder Atirar Com Uma Arma Ou Arco, Como Faço Para Concerta Isso ?
Code Line ': 130
Code Da Parte :
Code Line ': 130
- Código:
next if event.list.nil?
Code Da Parte :
- Código:
128 def disabling_local
129 for event in $game_map.events.values
130 next if event.list.nil?
131 for command in event.list
132 next if command.code != 108
133 if command.parameters[0] == "Mostro Morreu"
134 $game_self_switches[[$game_map.map_id, event.id, "A"]] = false
135 $game_self_switches[[$game_map.map_id, event.id, "B"]] = false
136 $game_self_switches[[$game_map.map_id, event.id, "C"]] = false
137 $game_self_switches[[$game_map.map_id, event.id, "D"]] = false
138 end
139 end
140 end
141 end