Change that line from:Connorpo1221 wrote: ↑Fri Sep 20, 2024 2:09 pm I tried to load a map01 in it and it says 3Dplatform v2.2b.pk3:zscript/fishy/platform-base.zs, line 432: Unable to resolve LinePortal as a type.
Code: Select all
LinePortal port = level.linePortals[iPorts];
Code: Select all
let port = level.linePortals[iPorts];
Actually at the moment there are a few commits ahead of the latest release. That bug has been fixed in one of them.