Home   Help Search Login Register  

Author Topic: [SOLVED] Skippable MP Intros/Outros/Cutscenes  (Read 1216 times)

0 Members and 1 Guest are viewing this topic.

Offline Nexolate

  • Members
  • *
  • The lurking S.T.A.L.K.E.R.
[SOLVED] Skippable MP Intros/Outros/Cutscenes
« 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.
« Last Edit: 03 Apr 2008, 19:15:34 by Nexolate »
You'll only notice me when it's too late.