Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Greenscreen ON
- /run if not gs then gs=CreateFrame("Model");gs:SetAllPoints(UIParent);t=gs:CreateTexture();t:Show();t:SetAllPoints(gs);t:SetColorTexture(0,1,0,1) end;gs:Show()
- Greenscreen OFF
- /run gs:Hide()
- EYES ON
- /run if not f then f=CreateFrame("ModelScene");f:SetAllPoints(UIParent);a=f:CreateActor();a:SetModelByFileID(3045024);a:SetPosition(1,0,0);f:Hide() end;f:Show();a:SetAnimation(0);C_Timer.After(0.5,function()a:SetAnimation(158)end)
- EYES OFF
- /run a:SetAnimation(159);C_Timer.After(0.5,function()f:Hide()end)
RAW Paste Data