Hi. I can't find the FlexScript syntax to get the statistics value out from the model. I have:
ElevatorBank bank = a.as(ElevatorBank);
treenode B_Elev = bank.elevators[1];
treenode stat_node = B_Elev.find(">stats/state_profiles/Elevator/profile");
How do I get the (for example) "opening door" out from the table?