Figuring out the class of the actor in turn

● ARCHIVED · READ-ONLY
Started by HayaEdu 3 posts View original ↗
  1. I haven't found any ways of figuring out the class of the actor in turn on the internet; I suspect maybe it's too complicated or impossible. Planning to have different events for every type. Below is just a sample on the "structure," not close to the solution I think.
    3.png
  2. I would create a common event that, once per turn, checks through conditional branches which class an actor is and then assign it with a value in a variable.

    Conditional branch, tab 2, class.

    Yes, it's going to be a pain to set up if you have a large number of different actors/classes, but once you've got it down, it should function well.
  3. Can you help with screenshots?