Home   Help Search Login Register  

Author Topic: Side Channel Text  (Read 971 times)

0 Members and 1 Guest are viewing this topic.

Endless

  • Guest
Side Channel Text
« on: 25 Jul 2003, 19:40:35 »
How do i make it atomaticaly say something side channel like in the single player missions they have the guy saying PAPA BEAR To all squads or somin like that. I dun want the big title text.

And how do u make it global or side channel?

Offline LCD

  • Former Staff
  • ****
    • Everon Cartel
Re:Side Channel Text
« Reply #1 on: 25 Jul 2003, 20:03:31 »
unitname sidechat "text"

unitname - unit speaking

sidechat - da command

"text" - da text u want it 2 say alwayz between ""

4 PAPA_BEAR do

[side,"HQ"] sidechat "text"

side - side of da units - east, west, resistance, etc

"HQ" - stayz HQ

nd da oders is just like above ;)

LCD OUT
"guess being the community has downsides .." - cheetah
Help Perfecting Da Next Best Thing - O-Team Beta

Endless

  • Guest
Re:Side Channel Text
« Reply #2 on: 25 Jul 2003, 20:11:13 »
For
unitname sidechat "text"
[side,"HQ"] sidechat "text"

Where do i put them?

Offline .pablo.

  • Former Staff
  • ****
  • When in doubt, empty the magazine.
Re:Side Channel Text
« Reply #3 on: 25 Jul 2003, 20:26:06 »
put them in a trigger "On Activation" box or in a script

example:
Quote
A Trigger
Activation: none
Condition: count units player == 1
On Activation: [west,"HQ"] sidechat format ["Jesus %1, get your ass home!", name player]

Endless

  • Guest
Re:Side Channel Text
« Reply #4 on: 25 Jul 2003, 22:03:02 »
ok i got it to work but how do i make it trigger it in a certain area. I put a West present and it says it as soon as the mission starts.  :-\

Offline .pablo.

  • Former Staff
  • ****
  • When in doubt, empty the magazine.
Re:Side Channel Text
« Reply #5 on: 25 Jul 2003, 22:06:05 »
you have a lot of options

if you want only the player to trigger it the first time he passes through it, just group the trigger to the player.

Offline Artak

  • The old beanbag shaker
  • Former Staff
  • ****
  • You want to talk about it, yes?
    • OFP Team Finlanders
Re:Side Channel Text
« Reply #6 on: 26 Jul 2003, 00:02:49 »
I suggest you head on over to the Editors depot and grab yourself a handful of tutorials <- link here
Not all is lost.