Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. EridanusTech

    Leting the player save the game

    You can use variables, and then write them into files. Example: input "Enter your savegame filename >",save$ open to write 1,save$ + ".sav" write float 1,xposition# write float 1,yposition# close file 1 To load: input "Enter your old savegame filename >",load$...

Part and Inventory Search

Back
Top