OFPEC Forum
Editors Depot - Mission Editing and Scripting => OFP - Editing/Scripting Multiplayer => Topic started 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
-
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
-
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. ??? :-\
-
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
-
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)
-
Works good dude! i knew there was a way ;D ;)