View Single Post
02/20/23, 11:31 AM   #11
sinnereso
AddOn Author - Click to view addons
Join Date: Oct 2022
Posts: 245
Originally Posted by sirinsidiator View Post
the comment was regarding how you accessed the image in your original code:
Lua Code:
  1. TeleportHourglassImage:SetTexture("/esoui/art/screens_app/load_ourosboros.dds")
You already have "image" locally. Why access it via the global variable "TeleportHourglassImage"?
i assumed that was linking back to that line.. or is "image" somehow the image im looking for by default? Becausr that is the only place in my code where ive specified which image to use as in "/esoui/art/screens_app/load_ourosboros.dds" is nowhere else in my addon.

also got it animating!!! with that line so far... now just trying to put a text label on it thats visible.. its just a waiting for combat to end message and hourglass for a teleport function i have.. I wanted something visible so you knew its still running or waiting.
  Reply With Quote