Armoha

Results 72 issues of Armoha

```js // example code const unit = TrgUnit("Left Upper Level Door"); unit.availabilityFlags.SetDoodadState = false; // Syntax Error ``` Basic actions shouldn't be specialized in epScript parser and instead should be...

bug

Unlike `string.Formatter`, f-string feature is for building string literal and is not open to customize. So it's quite hard to provide string interpolation feature in eudplib with f-string interface, but...

enhancement