OFPEC Forum
Editors Depot - Mission Editing and Scripting => OFP - Editing/Scripting General => Topic started by: kymandro on 06 Feb 2005, 21:31:22
-
What is the sidechat command that you would use in a script
i have been trying to do this
unitname sideChat "free martha"
but in the game when i use the script it dosnt say it
Is there a way to disable side chat mabey i accidentaly dissabled it
THANKS
-
As far as I can tell this is okay.
If unitname and the Player are on the same side then your code should result in a green message box appearing on the left of the player's screen with free marthain it. If you actually want sounds then more needs to be done than this.
-
groupChat = green radio text displayed if your in the same group as unit.
sideChat = blue text if ur in same side.
vehicleChat = yellow text if ur in same vehicle.
globalChat = white text for everyone!
enableRadio true = turn on radio
enableRadio false = turn off radio
-
Thats is what i have done and no messages came up. Is there any way you can disable sidechat i may have done that on accident
-
Oh sorry i didnt see that last post
THANKS
-
Opps go my colours wrong
In my experience enableRadio does not seem to effect the sidechat instruction
-
Hmm, could it be that the unit your calling to give the sidechat doesn't exist or is dead?
Cause if the guy dies, then the radio message won't go through, or if the unit and the command don't match in names. :P
Or is this solved, I don't know... ??? :)
-
are you sure the names are all right and if thats not it its probaly that the unit is dead or doesnt exets like GuiltyRoachKilla said
-
its solved thanks i think the problem was the people where my enemy so i had to use global chat to make it work thanks for the help