OFPEC Forum

Editors Depot - Mission Editing and Scripting => OFP - Editing/Scripting General => Topic started by: Josef on 18 Mar 2003, 15:34:54

Title: HQ callsign
Post by: Josef on 18 Mar 2003, 15:34:54
???


How do I do that...?

I want a russian callsign, ya know Eagle...

How EXACTLY do i do that?

I have searched, but its a bit dificult to find out...

I just want the normal callsign, no fancy shit...
Title: Re:HQ callsign
Post by: macguba on 18 Mar 2003, 15:52:45
This comes up all the time, search the FAQ or the forum for Papa Bear or look at the Tutorial Mission in the Ed depot - Getting started.    Sorry I can't remember off the top of my head.

Edit - in Red Hammer the voice says Eagle but the callsign is written as PAPA_BEAR
Title: Re:HQ callsign
Post by: Josef on 18 Mar 2003, 18:00:22
I did search...

I did download 5-6 tuts...

And yet it DOES NOT WORK...

I tried it AGES ago, with loon = [East,HQ] in INIT.sqs

Then loon sideChat "blablabla"

WHAT DO I DO WRONG?
Title: Re:HQ callsign
Post by: macguba on 18 Mar 2003, 18:34:35
try

loon = [East, "HQ"]

and make sure the player unit is east so you can see the sidechat
Title: Re:HQ callsign
Post by: Flapje on 18 Mar 2003, 19:05:36
you can also just put [west,"HQ"] sidechat I think, no need to give it to a loon
Title: Re:HQ callsign
Post by: Josef on 18 Mar 2003, 19:22:17
I did try, I get an error, "Type expected array string..."
Title: Re:HQ callsign
Post by: toadlife on 18 Mar 2003, 19:35:21
Did you browse through the tutorials?

http://www.ofpec.com/editors/resource_view.php?id=447

Title: Re:HQ callsign
Post by: Josef on 18 Mar 2003, 20:15:58
Yes I actually did!

All I would like to know is how to make the message appear!

I want to have a PAPA_BEAR: ALL UNITS ENGAGE!

I tried SideChat.. Waas it wrong?

Whats sideRadio?
Title: Re:HQ callsign
Post by: macguba on 18 Mar 2003, 20:33:10
What's wrong, in a probability, is that somewhere there is a tiny error that is preventing it from working.     You have the right command.   Only you can find the tiny error, since its in your mission  ;)

I suggest you download the Tutorial Mission from the Ed Depot, open it up in the Mission Editor and find the trigger that has this bit in it.   Its in Bj58 and is called "start text".   Cut and paste into your own mission.    Note that it is for west, so you will have be a west unit to see it work.

Title: Re:HQ callsign
Post by: Flapje on 18 Mar 2003, 20:35:25
[west,"HQ"] sidechat "ALL UNITS, ENGAGE!"

this should work  :-\

*EDIT*

Ow, of course, you want east  ;D silly me