- 20
- Posts
- 9
- Years
- Seen Jan 26, 2020
The script is great and I can use it without any problens even, but, the Pokémon does not seem to be moving on the map, seems to be dragged, would that be a mistake?
The script is great and I can use it without any problens even, but, the Pokémon does not seem to be moving on the map, seems to be dragged, would that be a mistake?
You downloaded the sprites? I think it occurs because you dont have the sprites
def pbGetTerrainTag(event=nil,countWater=false)
ret=follow_pbGetTerrainTag(event,countWater)
if event && event!=$game_player
for devent in $PokemonGlobal.dependentEvents
if event.id==devent[1] && !$game_switches[Toggle_Following_Switch]
ret = PBTerrain.isWater?(tag)
break
end
end
end
return ret
end