:mountain => { :text => "Mountain", :graphic => [900, 800,"berge", 232], :teleportdest => [2, 0, 6] ====> } # Don't put a comma if it is the last target #█ OWN TARGETS :northamerica => {:text => "North America", :graphic => [31, 51,"NorthAmerica", nil], :teleportdest => [?, ?, ?] },The line with ====> is the problem.Because that is no longer the last line, it needs to be changed to
:mountain => { :text => "Mountain", :graphic => [900, 800,"berge", 232], :teleportdest => [2, 0, 6] ====> } # Don't put a comma if it is the last target #█ OWN TARGETS :northamerica => {:text => "North America", :graphic => [31, 51,"NorthAmerica", nil], :teleportdest => [?, ?, ?] },The line with ====> is the problem.Because that is no longer the last line, it needs to be changed to