Ok. The title might be misleading. I know how to get user input and store it for use later on, but I would like to know if there was anyway to make it so when the user hits enter it doesnt automaticaly run the code.
P.S. If you need to see some code, here it is:
input "";code$
if code$="sphere"
input "radius>";radius#
objex=1
make object sphere 1,radius#
endif
if code$="cube"
input "size>";size#
objex=1
make object cube 1,size#
endif
if code$="plain"
input "width>";width#
input "height>";height#
objex=1
make object plain 1,width#,height#
endif
if code$="cylinder"
input "size>";size#
objex=1
make object cylinder 1,size#
endif
if code$="cone"
input "size>";size#
objex=1
make object cone 1,size#
endif
Visit the Dragon Games homepage @ www.angelfire.com/dragon2/dragonsinc/index.html
or go to the forums @ http://djblackdragon.proboards3.com