Developer Play Markers
rpicking74
08 Feb 2020, 01:15I'm sorry if I'm repeating a previous topic from someone else, but this is my second day at developing my game/story. I will probably be back often as I want to make sure I'm fully using this application (lol).
My question:
Is there a way to set markers or flags or something in which when I want to preview a room or a certain point of the game that I don't have to go back at the beginning to get to that point??
mrangel
08 Feb 2020, 02:32If you're using the desktop version you can create a "walkthrough", which as I understand it is a recording of a player's actions which you can replay to get to a certain point.
I'd just create a temporary command which transports the player to a certain point and gives them all the items they need. Not quite so elegant, but it mostly does what you need for testing purposes.