here is how to make a command system thingy @command input "command- ";command$ if command$ == "end" then print "game is now ending" end if command$ == "start" then cls print "welcome to the smile quest rp part 1" wait 270 cls print "let's begin" goto @aftercommand print "sorry that's not a command" goto@command @aftercommand