Off the top of my head. one resets the normal mode, and one resets to the lite mode. The original author added this in on request but I don't know if anyone uses it and it may not be around in the next version.Sinehmatic wrote: Wtf is the difference between
It would have to be re typed every time.Sinehmatic wrote:What does any of that even mean? Where would I specify the specific amount of items I want to be loaded into the entity? Can I make a few different settings for one specific entity and switch between them on the fly? Or do you have to type it out every time? If none of this has been implemented yet, will it be added to the to do list?
The re-write will include profiles, and drag-drop type setup for rules.
Something like this will be added when the re-write is completeMacros wrote:May I make a feature request? Please add a new function to the remote interface that returns all item arrays.
remote.call("af", "insertset", "", "car", {{"coal","raw-wood"}, "basic-bullet-magazine"})
af - the name of the remote call
insertset - the name of the function
"" - the player, if blank use the player that typed it in.
car - the entity the rule is for
{} - a table defining the rules and a pita to explain hence the re-write. basically it is a bunch of tables with optional parameters check out the files in the "settings" folder that have sets in the name for some examples