OFPEC Forum

Editors Depot - Mission Editing and Scripting => ArmA - Editing/Scripting General => Topic started by: iceman11a on 02 Dec 2011, 15:25:08

Title: trigger affects are missing
Post by: iceman11a on 02 Dec 2011, 15:25:08
When you add a trigger, and you click affects.

Voice and Anonymous affects are missing some options. There's blank spaces, Just nothing listed.

None
_blank
_blank
Sound Alarm
_Blank

and so on. Does any one have any ideas why theses are blank and how to fix them.
Title: Re: trigger affects are missing
Post by: savedbygrace on 06 Dec 2011, 23:03:55
They are blank because they were not defined properly in the Description.ext. If the name quotes are left empty, there will be no text to describe what it is you're using. The original campaign has done this to some of them and so getting rid of them is not possible.
Code: [Select]
class hello
{
name = "";
sound[] = {"\sound\hello.ogg", 1, 1};
titles[] = {};
};

Those blank spaces still work, just select one and set the trigger to true in the condition field and place it on top of you. You'll here and see the text that was affiliated with it. Affiliated text is declared with the titles line.