T-Rizzle12 / Custom-Gmod-Bot

Originally a personal gmod bot that I decided to make public.
Apache License 2.0
6 stars 2 forks source link

Rewrite path system to use MetaTables #54

Open T-Rizzle12 opened 1 month ago

T-Rizzle12 commented 1 month ago

Currently, the path system is a bit hacky. I want to rewrite the path system to use MetaTables so all the pathfinding logic is stored inside the path instead of the bot’s MetaTable. This would make for cleaner code and would help immensely with making new changes in the future.

T-Rizzle12 commented 1 month ago

Based on the testing I have conducted so far, everything looks good. NOTE: I do need to upload the files to Github when I get the chance!!!