Making my First text adventure
rgauthier
28 Nov 2018, 14:26Hello,
I'm working on my first text adventure and I need advice on how to have my player get into a car( already created) and then have the car with the player move to another location I've created. any help would be appreciated.
mrangel
28 Nov 2018, 20:09To let the player get into the car, you probably want to create an exit with its direction "in". You could also give the exit an alternate alias "car", so that the player can type "go car".
rgauthier
29 Nov 2018, 20:19Thank You for the help.