OK. i typed this as code:
REM Text Info
set text font "Papyrus"
set text size 24
REM program
print "welcome to SilverProg"
print "What program you want to use?"
print ""
print "Icon Maker(Press shift)"
print "Chat Client(Press Spacabar)"
print "Chat Server(Press alt)"
print ""
print ""
if shiftkey()=1 then iconmkr=1
if spacekey()=1 then chatclnt=1
if altkey()=1 then chatsrvr=1
REM ICON MAKER
if iconmkr=1 then
execute file "Icon Maker.exe","","",1
REM CHAT CLIENT
if chatclnt=1 then
execute file "Chat Client.exe","","",1
REM CHAT SERVER
if chatsrvr=1 then
execute file "Chat Server","","",1
But that didnt work.it just shuts down.
so i made this:
REM Text Info
set text font "Papyrus"
set text size 24
REM program
print "welcome to SilverProg"
print "What program you want to use?"
print ""
print "Icon Maker(Press shift)"
print "Chat Client(Press Spacabar)"
print "Chat Server(Press alt)"
print ""
print ""
if shiftkey()=1 then iconmkr=1
if spacekey()=1 then chatclnt=1
if altkey()=1 then chatsrvr=1
wait key
REM ICON MAKER
if iconmkr=1 then
execute file "Icon Maker.exe","","",1
REM CHAT CLIENT
if chatclnt=1 then
execute file "Chat Client.exe","","",1
REM CHAT SERVER
if chatsrvr=1 then
execute file "Chat Server","","",1
but then it just executes the icon maker what key i press!
can anyone fix my problem?
Your signature has been erased by a mod because it's larger than 600x120...