moveTo

fun moveTo(locatable: Locatable?): WebWalkingResult

Uses web walking to walk to a destination

Return

true if player walked to the destination tile

Parameters

locatable

the destination tile

fun moveTo(locatable: Locatable?, refreshQuests: Boolean): WebWalkingResult

Uses web walking to walk to a destination

Return

true if player walked to the destination tile

Parameters

locatable

the destination tile

refreshQuests

set to true to force refreshing completed quests

forceWeb

set to true to force using web and don't try walking using local walking first