Blockland Forums > Modification Help
Is there a function to detect if an specific addon is running?
Pages: (1/1)
Minnax:
Or an arguement, anything of the sort? Or if not, a package?
Khepri:
Check the Guns Akimbo script, or the Flying Wheeled Jeep.
Headcrab Zombie:
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
CityRPG:
--- Quote from: Headcrab Zombie on January 14, 2012, 07:37:32 PM ---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
--- End quote ---
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?
Pages: (1/1)