Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Quick update because I realized there's a game-breaking bug if you start a new game! If you're currently using this resource, change Ruby: Expand Collapse Copy if !pbGetMetadata($game_map.map_id,MetadataOutdoor) @extremespeedUsed = false end to Ruby: Expand Collapse Copy if $game_player==true if !pbGetMetadata($game_map.map_id,MetadataOutdoor) @extremespeedUsed = false end end
if !pbGetMetadata($game_map.map_id,MetadataOutdoor) @extremespeedUsed = false end
if $game_player==true if !pbGetMetadata($game_map.map_id,MetadataOutdoor) @extremespeedUsed = false end end