01-21-2013, 09:58 AM
The bug fix is simple :)
Line 1337
Is:
Should be:
Or add before line 1337 this :
And all should work :)
Line 1337
Is:
Code:
$game_map.events[@id].direction =facedir
Code:
$game_map.events[@id].direction = $game_player.direction
Or add before line 1337 this :
Code:
facedir = $game_player.direction
And all should work :)
Skills: Android, Ruby, PHP, Linux