Author Topic: A few Addon Requests  (Read 330 times)

(Please note: If i get through this without at least 3 typeos, it'll be a miracle.)
Simple Item Crafting:
Basically, there's just a variable in each item called CraftingRequirements, and a /craftItem command with three variables: all of them are the item inventory slots you're using the items from.
This is a blind crafting: YOu have to know how to make it in order to be able to make it. Think of this as basically the Escapists's crafting system without the GUI.

Event Calling Function(?):
For coders: An function to call a certain event on EVERY brick it's on. This will allow me to use it in my upcoming Escapists server (YAY!) to call events at each period.

Bot Pathfinding?
Is there a way to generate paths that a bot will randomly take? My general idea of how this would work, is you specify a pathway (By some means), use events to add the pathway to the bot, and then the bot will randomly select a pathway to go to and go back to his hole, then chose another one.