Skip to content

Manually add boxes #2

@YukiXXL

Description

@YukiXXL

Hi,
I don't know how to explain this better but the auto-generator makes boxes in shape of walkable path. Is there a way to manually add them?
I was thinking those could be grids but I already tried these possible commands with following results:

-> /MOD_AddNavMeshPoint(0, 5)
MOD_AddNavMeshPoint(0, 5);
(1): Wrong parameters for 'MOD_AddNavMeshPoint'

-> /MOD_SnapNavMeshPoint(1,5)
MOD_SnapNavMeshPoint(1,5);
(1): Wrong parameters for 'MOD_SnapNavMeshPoint'

-> /MOD_SnapNavMeshPoint(1 5)
MOD_SnapNavMeshPoint(1 5);
(1): parse error, expecting `')''

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions