Ok,
I am making an extremely simple arena map menu for FPSC using DBPro. I am trying to get it to say: to play xxx type 1 and so on. Then i want it to use the input command to run the FPSC level and when you close the FPSC level i want it to ask you again. Please help! This is my code so far.
do
print "Please type a map of your choice."
print "To play xxx type 1."
print "To play xxx type 2."
print "To play xxx type 3."
print "To play xxx type 4."
print "To play xxx type 5."
input ">>",choice
if choice =1 then xxx
if choice =2 then xxx
if choice =3 then xxx
if choice =4 then xxx
if choice =5 then xxx
loop
Thanks,
Matt
Umm...