Hello everyone! This is my first post so be gentle please
Anyway, onto the reason you clicked this thread. I seem to be having an odd issue with the Creation Kit. I am a new modder, and I have been messing around with basic tutorials and the like to get a good grasp on the kit itself. I made a room (looks nice haha) and I am quite happy with the layout thus far. After I edited everything, added all the clutter and stuff I decided it was time to learn placing Actors and working with AI Packages and Idle's. So I decided to make a very basic character with simple AI behaviors.
The goal of this Actors AI is to rotate between two Reference Points in an alloted time frame, and do nothing the rest of the time. Also the two reference points are a Cooking Spit, and a Table (with the animation marker). I went into my characters base and to AI Packages. I created a new fresh package. I then added two SingleRef variables. Each one pointing to one of the Reference points I chose. I then went to schedule and next to hour I put 9 and 0 minutes, as well as a duration of 12 hours. My logic was that okay he has two places he can be during a 12 hour period. 9AM to 9PM, for the other 12 hours he should do nothing.
The WEIRD part is this. Part 1: The time is backwards. If I set it to 9hours and 0minutes with a duration of 12 hours he will NOT do anything from 9AM to 9PM, instead he will rotate between the two references during 9PM and 9AM. If I reverse this (Set it to 21hours and 0minutes) it is exactly how I wanted it. Part 2: He will stay doing whatever his last action was when the allotted time has passed. This I get. I mean I have no other variables so he just stops where he is.
My question is this. Is there a better way to set this up? Are some of my Configurations messed up which is causing it to switch time frames? Also would scripting help in this instance? If you have any general tips or rule's of thumb that you would like to express I would be greatful
Thanks.