Showing results 1 to 2 of 2
Search took 0.00 seconds.
Search: Posts Made By: SDPhantom
Forum: Macro Help 07-19-16, 11:34 AM
Replies: 9
Views: 4,973
Posted By SDPhantom
You don't need to specify the end as #t-1. It'll...

You don't need to specify the end as #t-1. It'll stop if the step bumps the integer past the end. For example, for i=1,4,2 do will loop 1 and 3, then stop, because 5 will be greater than 4.
Forum: Macro Help 07-19-16, 09:46 AM
Replies: 9
Views: 4,973
Posted By SDPhantom
I haven't tested it yet, but maybe...

I haven't tested it yet, but maybe C_TaskQuest.GetQuestTitleByQuestID() (http://wowprogramming.com/docs/api/C_TaskQuest.GetQuestTitleByQuestID).
Showing results 1 to 2 of 2