Title says it all.
[Removed.]
EDIT: Don't know what I did, but I got it to work.
Description:
titleParam1 = "Skip Intro:";
valuesParam1[] = {1,0};
defValueParam1 = 1;
textsParam1[] = {"No","Yes"};
Intro & Outro:
?(Param1) == 0: goto "skipintro"
[Intro/Outro Stuff.]
#skipintro
end
Hope this helps some other new guys to ArmA Editing.