View Single Post
08/11/17, 06:26 PM   #1
Scootworks
 
Scootworks's Avatar
AddOn Author - Click to view addons
Join Date: Nov 2014
Posts: 312
list of active campaigns

hi there

does anyone have an idea, how to figure out only active campaigns?

i can do:
lua Code:
  1. /script for i = 1,100 do if GetCampaignName(i) ~= "" then d(zo_strformat("<<1>> - <<2>>", i, GetCampaignName(i))) end end

but it's a huge table of everything...
  Reply With Quote