home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Elysian Archive
/
AmigaElysianArchive.iso
/
comm
/
stel210.lha
/
RESETME.RX
< prev
next >
Wrap
Text File
|
1993-01-31
|
758b
|
28 lines
/* use this file to clean slate the game */
address command "delete doors:stellar/army/#?.dat"
address command "delete doors:stellar/days/user-#?"
address command "delete doors:stellar/flags/mail_for-#?"
address command "delete doors:stellar/send/#?.dat"
address command "delete doors:stellar/user/#?.dat"
address command "delete doors:stellar/players.dat"
OPEN('file','doors:stellar/players.dat','W')
CLOSE('file')
OPEN('file','doors:stellar/daysleft.dat','W')
WRITELN('file','30')
CLOSE('file')
OPEN('file','doors:stellar/calldata','W')
WRITELN('file','0')
WRITELN('file','0')
CLOSE('file')
address command "delete doors:stellar/log"
OPEN('file','doors:stellar/log','W')
WRITELN('file','Stellar Wars V 2.0 Log File')
WRITELN('file','')
CLOSE('file')