Jump to content
Sign in to follow this  
zolop

Cannot make Sidechat work correctly

Recommended Posts

I cannot make the unit named "Commander" (in the name field of the unit) in a trigger.

For example I have a unit named "Commander"

I have a trigger that upon Activation...

Commander sideChat "Good Job soldiers";

It tells me I need to put a semi coloin.. so it reads as this...

Commander sideChat ;"Good Job Soldiers";

I am using Arma Editor, patched to 1.08, Without Queens Gambit installed.

Don't know what to do....

Share this post


Link to post
Share on other sites

ah thanks problem solved!

Is camera a reserved word too?

Trying to make a camera follow a unit, and having a similar problem with the ";"

//variables playa is infantry object, cam1 is camera var.

cam1 = camera camcreate [5600,4800,10];

cam1 = camSetTarget playa;

cam1 cameraEffect ["external,"LEFT"];

camcommit 5;

Its asking me to put a ";" right after camSetTarget...

Is there another reserved word that I am missing? Also I am making this script all in the editor.

By the way, anyway to get the height and position of a object? What upgrade editor (Sickboys and the others who have made upgrade editors) should I install that works well for new users?

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×