Uploaded February 2018 | Updated September 2026, 2 hours ago
I just got inspiration from one of Philips videos in the Game Making Journey video he posted, this just shows a very simple room but more nodes can be added.
How did I do it?
Well, I started with creating nodes where they would be most useful, then wrote all the possible routes that can be taken. It's a lot easier to setup when you use an excel sheet to write them down. Here's an example of it.
CurrentNode Route Destination
1 2 2
1 2 3
1 2 4
1 2 5
2 1 1
2 3 3
2 4 4
2 5 5
You can download the file here.
cdn.discordapp.com/attachments/256664266889887744/409832774099402752/NodeAI.mfa clickteam.com/?a_aid=5a46fdb08e14e
I just got inspiration from one of Philips videos in the Game Making Journey video he posted, this just shows a very simple room but more nodes can be added.
How did I do it?
Well, I started with creating nodes where they would be most useful, then wrote all the possible routes that can be taken. It's a lot easier to setup when you use an excel sheet to write them down. Here's an example of it.
CurrentNode Route Destination
1 2 2
1 2 3
1 2 4
1 2 5
2 1 1
2 3 3
2 4 4
2 5 5
You can download the file here.
cdn.discordapp.com/attachments/256664266889887744/409832774099402752/NodeAI.mfa clickteam.com/?a_aid=5a46fdb08e14e










