mperez68 / WizardFight

Isometric Tactical RPG
0 stars 0 forks source link

Switching scenes during an NPC turn causes crash #42

Open mperez68 opened 5 months ago

mperez68 commented 5 months ago

Invalid get index 'current_path' (on base: 'previously freed').

crashes at this line: await _char.get_tree().create_timer(2).timeout

So we can assume awaits need to be replaced.