alesan99 / mari0_ae

Mari0: Alesan99's Entities
Do What The F*ck You Want To Public License
60 stars 24 forks source link

Table support for parametersbeforespawn #584

Open greatbritdan opened 9 months ago

greatbritdan commented 9 months ago

Instead of being a boolean, if a "...parametersbeforespawn" is a table it uses that for the "...parameters" table instead. Allowing enemies to pass parameters both before and after spawn, not just one of the other. More of a quality of life feature but not too much effort to add, would be nice...

Example:

"spawnsetparameters": [["x",2]],
"spawnsetparametersbeforespawn": [["qaudno",2]],