-
Notifications
You must be signed in to change notification settings - Fork 63
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Different groups start at different time #109
Comments
The easiest way to do that is to start the second group in a "waiting"
state that has a 5-second timer transition out of it and into a "walking"
state.
…On Sat, Feb 2, 2019 at 1:29 AM XIANG Yuanhang ***@***.***> wrote:
Hi, I wonder if it's possible to start different groups of agent at
different time? For example, group1 starts immediately after clicking the
space, group2 starts 5 seconds after clicking the space.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#109>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/AH8tK3DzAE69Q3WzrTsWW9VIegmaTaDuks5vJVpYgaJpZM4afgmx>
.
|
Thanks for your answers! |
I've created a gist: https://gist.github.com/curds01/025c125fdeef5fd7dc31076d6d4ee145#file-pedmodelswapb_delayed_movement-xml-L38 This is based on the new example created in #111. That, in turn, is a simplification of the
|
Thanks for your answer! 2>EventEffectDB.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall Menge::ChangeStateEffect::finalize(void)" (?finalize@ChangeStateEffect@Menge@@UAEXXZ) |
Sorry about the linking difficulty. Which VS project are you using? I hadn't tested either VS2015 or VS2013 and there could be an error there. It seems like the |
Try pulling PR #113; it's the 2017 project that I was working in. |
Also, PR #114 corrects the oversight of not having included the change effect in the projects. |
Thanks for your answer!
|
It returns |
It writes to a file called Did you try running the Also, I didn't test the XML I'd put in the gist, I may have introduced an error there. I'd start with the example I indicated just above ( |
Thanks for your answer! |
So, in that case, it's just badly formatted XML. Tinyxml parsed it and said, "This isn't real xml". If you dump the contents of that file into an online XML linter it'll tell you more detail about the problem. |
The error message says you're missing an attribute on the "timer" condition. Specifically, the
(By the way, the gist links you provided above aren't valid.) |
Thanks for your answer! BTW, Sorry for the unvalid gist links, the corrected links are as follows (the final version which works): |
Glad it's working for you. |
This underscores the difficulty in authoring scenarios. That puts a little more weight on the scales of providing a tool that makes it easier to create scenarios.... |
Hi, I wonder if it's possible to start different groups of agent at different time? For example, group1 starts immediately after clicking the space, group2 starts 5 seconds after clicking the space.
Thanks
The text was updated successfully, but these errors were encountered: