Okedoke,
first you gotta give yourself and ID. Do that in name1, something like this:
class change2
{
name = "change2";
duration = 6;
idd = -1;
movingEnable = false;
controls[]={name1};
class name1 : RscText
{
style = ST_MULTI + ST_CENTER + ST_NO_RECT;
lineSpacing = 1.0;
IDC = 101
<==== HERE text = format ["Use your radio to make a choice . . .\n\nYou may end the mission now:\n\nor continue until you have kicked the %1 remaining Americans off Kolgujev.", count WestList]";
x = 0.05;
y = 0.5;
w = 0.9;
h = 0.8;
colorText[] = {1.0, 1.0, 0, 1};
font="SteelfishB128";
size = 0.6;
};
};
Now, you have to ID which is 101. Simpley, you wanna use my line yeh? Add that ID instead of _number and add your own text. Like this:
ctrlsettext [101, format["Macca got %1 on his %2",birdpoop,head]
NOTE: TWO CONTROLS CAN NOT HAVE THE SAME IDC!!
That is all.
:beat: *Gets Shot* :beat: