Had a look at a couple of old threads but didn't really cover what I want.
I want to set up a trigger so when a spell starts, it will fire a timer of some sort which records how long the spell has been running (usually wouldn't be more than 10 mins max), so that at any time I can type in an alias to get a report of how long the spell has been running so far at that point..
What would be ideal is if there was something in GetTimerInfo that would give me that time (in minutes + seconds) since it fired, but don't see that it can.
The other options seem pretty involved, like maybe having the timer add 1 to a numerical variable every second and then the alias would check the variable, but dunno if I want a timer firing and resetting a variable every second slowing other processes down..
Any other suggestions that aren't too involved? I saw something about getting the current real time off the PC at startup and seting it as a variable somehow, and then using an alias to call current real time and somehow it working out the difference, but farked if I know how to pull the real time off the pc..
How about a command that pulls the time connected to world that shows in the status bar? There must be a way to get that info and use it.. maybe..
p.s. I'm using vb for my scripts
I want to set up a trigger so when a spell starts, it will fire a timer of some sort which records how long the spell has been running (usually wouldn't be more than 10 mins max), so that at any time I can type in an alias to get a report of how long the spell has been running so far at that point..
What would be ideal is if there was something in GetTimerInfo that would give me that time (in minutes + seconds) since it fired, but don't see that it can.
The other options seem pretty involved, like maybe having the timer add 1 to a numerical variable every second and then the alias would check the variable, but dunno if I want a timer firing and resetting a variable every second slowing other processes down..
Any other suggestions that aren't too involved? I saw something about getting the current real time off the PC at startup and seting it as a variable somehow, and then using an alias to call current real time and somehow it working out the difference, but farked if I know how to pull the real time off the pc..
How about a command that pulls the time connected to world that shows in the status bar? There must be a way to get that info and use it.. maybe..
p.s. I'm using vb for my scripts