Currently: = user()->currentaction ?>
Latitude: = user()->latitude ?>
Longitude: = user()->longitude ?>
View Map
currentaction == 'In Town') {
$town = get_town_by_xy((int) user()->latitude, (int) user()->longitude);
echo "Welcome to {$town['name']}.
";
}
?>
Travel To:
= $town_list ?>