lonesoldier 0 Posted August 31, 2002 Ok. Heres my prob. You radio for extraction and i made a script coz theres a few globalchat messages to be said. So i set the script up like this: aP(me) Globalchat "lasdhasdfjkfhsd blah blah" ~4 Chopper4 Globalchat "asdjaksdlhfjklasdhfdj" ~6 aP GlobalChat "kgjfhajksdfh" Exit ----- Ok, it says the first radio message, then comes up with an error saying it cant find Chopper4's messsage. What am i doing wrong? Also, i have a Marine Radio man in my squad. If hes killed how do i make the "Call For Extraction" Radio Trigger to disable? So if hes killed i cant radio for extraction. Cheers Share this post Link to post Share on other sites
Chris Death 0 Posted August 31, 2002 Is chopper4 an empty chopper, where u put in some AI crew? If yes, the use this: driver chopper4 globalchat "bla bla bla" ~S~ CD Share this post Link to post Share on other sites
lonesoldier 0 Posted August 31, 2002 Nar its a chopper. Flying. Share this post Link to post Share on other sites
Chris Death 0 Posted August 31, 2002 Anyway, try the driver chopper4, and see if it works. </span><table border="0" align="center" width="95%" cellpadding="3" cellspacing="1"><tr><td>Quote </td></tr><tr><td id="QUOTE"> index setRadioMsg text Operand types: index: Number text: String Type of returned value: None Description: Set radio message (0, 0, map radio) to given text. Use "NULL" to disable radio slot. Example: 0 setRadioMsg "Alpha Radio" <span id='postcolor'> This should solve your second problem Share this post Link to post Share on other sites
lonesoldier 0 Posted September 1, 2002 I dont get that.... Whats all that Index Number and shit? Share this post Link to post Share on other sites
bn880 5 Posted September 1, 2002 Index 0 = Alpha, 1 = Bravo,.,.,.,.,. 7 = Hotel Share this post Link to post Share on other sites
Homer Johnston 0 Posted September 1, 2002 Lone: Chris simply copy/pasted a section from the Command Reference Manual it's a scripting topic... Share this post Link to post Share on other sites
lonesoldier 0 Posted September 1, 2002 I had two questions. God, i need to know what get put in the conditon and activation. and how to have globalchat dialog. Share this post Link to post Share on other sites
Chris Death 0 Posted September 1, 2002 condition: not (alive radioguy) activation: "0" setRadioMsg "NULL" :note - 0 if the radio call is your radio-alpha one ~S~ CD Share this post Link to post Share on other sites
lonesoldier 0 Posted September 1, 2002 Chears mate. fuck im sorry for ebing so dumb, i just didnt get it. Sorry. My IQ is a worryingly low two. so how would i make that radio dialog? Share this post Link to post Share on other sites