Author Topic: Is there a function to detect if an specific addon is running?  (Read 827 times)

Or an arguement, anything of the sort? Or if not, a package?

Check the Guns Akimbo script, or the Flying Wheeled Jeep.

If you just want to see if it's running, there's isFunction, isPackage, or isObject
You could also check the value of $AddOn__["Addon_Name"]

If you want to make it require another add-on, check this

If you just want to see if it's running, there's isFunction, isPackage, or isObject
You could also check the value of $AddOn__["Addon_Name"]

If you want to make it require another add-on, check this
Would you happen to know for certain if $AddOn__["Addon_Name"] is unset or set to false/-1 if the Add-On was enable before it was deleted from the Add-On/ directory?