Page 1 of 1

[Not Implemented] Ability to make snapshot of walking habits, states are variabes

Posted: Mon Mar 26, 2018 7:00 pm
by peter980
Idea is this.

Lets say you want to make some event during complex story, when all characters go somewhere, do some stuff, and even ends.
Then they go back to previous routine.

This can get very tricky and is very script intensive to make it right. You need to essentially restore whatever characters where doing before, which can be different based on what quests where they doing and other stuff. The more complex the story, the more problematic it is to do right.

Thus, I propose ability to "make snapshot" of some character walking routine, states or variables.
That way, you could potentially, just restore previous state, without needing to recreate previous version of behavior with new scripting.

Re: [Not Implemented] Ability to make snapshot of walking habits, states are variabes

Posted: Tue Mar 27, 2018 12:33 pm
by eekdon
Hey there, good suggestion, we're somewhat moving towards this already. We started adding in a 'Clear' function for WalkTo's to start, allowing the character to continue whatever they were doing prior to being issued that WalkTo. In time we can look at more advanced functionality to restore previous states as you've described.