OFPEC Forum

Editors Depot - Mission Editing and Scripting => ArmA - Editing/Scripting Multiplayer => Topic started by: Nexolate on 02 Apr 2008, 23:02:19

Title: [SOLVED] Skippable MP Intros/Outros/Cutscenes
Post by: Nexolate on 02 Apr 2008, 23:02:19
Title says it all.

[Removed.]

EDIT: Don't know what I did, but I got it to work.

Description:
Code: [Select]
titleParam1 = "Skip Intro:";
valuesParam1[] = {1,0};
defValueParam1 = 1;
textsParam1[] = {"No","Yes"};

Intro & Outro:
Code: [Select]
?(Param1) == 0: goto "skipintro"

[Intro/Outro Stuff.]

#skipintro
end

Hope this helps some other new guys to ArmA Editing.