@milestone-dev > this should be slot and time instead of unit_type and slot I think ya looks like it: http://www.staredit.net/wiki/index.php/Scenario.chk ``` 7 - Display Speaking Portrait(Slot, Time) ``` https://github.com/zzlk/bwmap/blob/e02c54621f1a36c2850f2d908486b9cd1fdf8fda/src/trig.rs#L1541 ```rust DisplaySpeakingPortrait { unit_type: UnitType, slot: i64, }, ```