Re: TIB: Saveing a game using Lists


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

Re: TIB: Saveing a game using Lists




make the list have 8 slots in it and the first is the slot name
At 05:05 PM 1/30/00 -0500, you wrote:

>You could have a menu that allows the user to choose between a certain number
>or character slots, each with their own list.  Here's some code that should
>do the trick:
>
>Menu("CHOOSE SLOT","CHARACTER 1",1,"CHARACTER 2",2,"CHARACTER 3",3,"CHARACTER
>4",4,"CHARACTER 5",5,"CHARACTER 6",6,"CHARACTER 7",7)
>Lbl 1
>LSAVE /store/ LSAVE1
>Goto 8
>Lbl 2
>LSAVE /store/ LSAVE2
>Goto 8
>Lbl 3
>LSAVE /store/ LSAVE3
>Goto 8
>Lbl 4
>LSAVE /store/ LSAVE4
>Goto 8
>Lbl 5
>LSAVE /store/ LSAVE5
>Goto 8
>Lbl 6
>LSAVE /store/ LSAVE6
>Goto 8
>Lbl 7
>LSAVE /store/ LSAVE7
>Goto 8
>Lbl 8
>
>Just store the stats in LSAVE before you run that section.
>
>Eric Tollefson
>Cmdr ERT01@aol.com


__________________________________________
NetZero - Defenders of the Free World
Get your FREE Internet Access and Email at
http://www.netzero.net/download/index.html


References: