OFPEC Forum

Editors Depot - Mission Editing and Scripting => OFP - Editing/Scripting Multiplayer => Topic started by: NASFMike on 20 Feb 2003, 01:22:03

Title: Different intro per team
Post by: NASFMike on 20 Feb 2003, 01:22:03
how can i have an intro for the different teams?
1 for west and 1 for east so that if ur on east it will show maybe this one town. but if ur west it will show this small fortress but u will only see the fortress when ur on  west not teh fortress and the town. any help on  that is great. ;D
Title: Re:Different intro per team
Post by: SpecOpWarrior on 21 Feb 2003, 12:45:34
I see what your trying to do...


This might be possible, but I believe it is impossible to do...


Sorry but this wont happen for another year  :P
Title: Re:Different intro per team
Post by: NASFMike on 21 Feb 2003, 22:14:21
but if you can have a different briefing per team dont you think that there maybe some way for an intro? im not sure either but i think it is possible maybe have 2 scripts and then within the cut scene script have "Side East" or something. ??? :-\
Title: Re:Different intro per team
Post by: Black_Feather on 21 Feb 2003, 23:29:26
I know what your saying I'm not sure if it would work though, you could use something like this in your cutscene

?side player == east : goto "EastCutscene"
?side player == West : goto "WestCutscene"


#eastcutscene
blah blah blah
exit


#westcutscene
blah blah blah
exit


try it but I don't know how camera's work in MP
Title: Re:Different intro per team
Post by: NASFMike on 22 Feb 2003, 00:18:15
thats fine i know how they work. i think that may work :-\ not sure. ill try it out and say tell ya what happens 8)
Title: Re:Different intro per team
Post by: NASFMike on 22 Feb 2003, 00:26:39
Works good dude! i knew there was a way  ;D ;)