Home   Help Search Login Register  

Author Topic: Papa Bear, this is Alpha.  (Read 1652 times)

0 Members and 1 Guest are viewing this topic.

Jmastah33

  • Guest
Papa Bear, this is Alpha.
« on: 04 Dec 2002, 18:09:38 »
In the offical campaign, it would every now and then say:

"Papa Bear: Alpha One this is Papa Bear"
Or
"HQ: This is HQ"

And I want to make it do it in my mission, I used to be able to do it but I've forgotten.

Thanks for any help.

seanver

  • Guest
Re:Papa Bear, this is Alpha.
« Reply #1 on: 04 Dec 2002, 19:06:30 »
PAPA_BEAR: "THIS IS PAPA BEAR, WE COPY YOU ALPHA, WHAT'S UP?"

:P

Just put

["West","PAPA_BEAR"] sidechat "MESSAGE"

Note that in Resistance, as far as I know, it doesn't matter whether you put ["WEST","HQ"], or ["WEST,"PAPA_BEAR"] or whatever, since you'll see always PAPA_BEAR

Offline LCD

  • Former Staff
  • ****
    • Everon Cartel
Re:Papa Bear, this is Alpha.
« Reply #2 on: 04 Dec 2002, 19:12:20 »
@ SeAnVeR - wasnt it ["PAPA_BEAR",west] sidechat "text"  ;)  ;D

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

seanver

  • Guest
Re:Papa Bear, this is Alpha.
« Reply #3 on: 04 Dec 2002, 19:14:57 »
No, at all. This is from a mission I'm making and it works:

Quote
_papa = [West,"Papa_Bear"]


~5

aP sidechat "PAPA BEAR, THIS IS PRIVATE HINOJOSA COBACHO. YOU COPY?"

~15

_papa sidechat "AFFIRMATIVE. YOUR ID HAS BEEN CHECKED. WHAT'S UP, PRIVATE?"

Jmastah33

  • Guest
Re:Papa Bear, this is Alpha.
« Reply #4 on: 04 Dec 2002, 19:17:52 »
Thanks a large amount, no-one else seemed to know how to get it to work.

Offline LCD

  • Former Staff
  • ****
    • Everon Cartel
Re:Papa Bear, this is Alpha.
« Reply #5 on: 04 Dec 2002, 19:36:47 »
u put "west" im ur first post  ::)  :P

LCD OUT
« Last Edit: 04 Dec 2002, 19:39:10 by LCD »
"guess being the community has downsides .." - cheetah
Help Perfecting Da Next Best Thing - O-Team Beta

seanver

  • Guest
Re:Papa Bear, this is Alpha.
« Reply #6 on: 04 Dec 2002, 19:39:11 »
Alright, I'm stupid and what? :P

My fault

Wolf

  • Guest
Re:Papa Bear, this is Alpha.
« Reply #7 on: 04 Dec 2002, 21:07:25 »
I was just making a mission a few minutes ago, and the only way it would work for me was to use

[East, "HQ"]

seanver

  • Guest
Re:Papa Bear, this is Alpha.
« Reply #8 on: 04 Dec 2002, 21:09:32 »
Perhaps because the side of the player is east

Wolf

  • Guest
Re:Papa Bear, this is Alpha.
« Reply #9 on: 04 Dec 2002, 21:18:37 »
What?
no no no, I meant in that format it would only work.
As in
[East, "HQ"]
not
["HQ", East]
is what I meant. Not that it would only work as East.

seanver

  • Guest
Re:Papa Bear, this is Alpha.
« Reply #10 on: 04 Dec 2002, 22:00:00 »
Oh... sorry