The CreatorCon Call for Content is officially open! Get started here.

Multiple choice variable

CE_
Tera Contributor
 
1 REPLY 1

Peter Bodelier
Giga Sage

Hi @CE_,

 

Create a catalog client script:

 

function onLoad() {
     g_form.setValue('variablename','');
}

 

This unchecks the first selected option if you do not have a default and no none.


Help others to find a correct solution by marking the appropriate response as accepted solution and helpful.