View Single Post
01-28-21, 09:39 AM   #12
Fizzlemizz
I did that?
 
Fizzlemizz's Avatar
Premium Member
AddOn Author - Click to view addons
Join Date: Dec 2011
Posts: 1,879
You can paste the following to the bottom of the addons Core.lua file to show/hide the model using: /3dv

Code:
SLASH_3DV1 = "/3dv"
SlashCmdList["3DV"] = function()
	f:Click()
end
__________________
Fizzlemizz
Maintainer of Discord Unit Frames and Discord Art.
Author of FauxMazzle, FauxMazzleHUD and Move Pad Plus.
  Reply With Quote