Thread Tools Display Modes
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

ESOUI » Developer Discussions » General Authoring Discussion » list of active campaigns

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off