ah, thats the point ^^ just wondered why nobody ansered..
here you are:
with the two functions
var = dll_cfgload(*filename*, *head topic*, *specaliced topic*, *name*);
and
dll_cfgloadS(*filename*, *head topic*, *specaliced topic*, *name&returnstring*);
you can read values and strings out of a .cfg file. The advantage of that is that no wdl files have to be accessed (->it is working in the published version) and you can describe and STRUCTURE your settings/data/.. very well.