Re: TIB: Quick Question


[Prev][Next][Index][Thread]

Re: TIB: Quick Question




In a message dated 2/10/00 5:12:57 PM Eastern Standard Time, HaRMaN10@aol.com 
writes:

> How do i save a game?  using lists or whatever is the best way.  im on an 
83 
>  and am making a BASIC program

Just store all the important numbers (ie Health, Magic, Gold, x_coor, 
y_coor,etc) into a big old list.  To open the game, read off each value and 
store in the appropriate variable.  Fairly straightforward.