Home   Help Search Login Register  

Author Topic: trigger affects are missing  (Read 1736 times)

0 Members and 1 Guest are viewing this topic.

Offline iceman11a

  • Delta Force Barracks
  • Members
  • *
  • Delta Force Barracks
    • Frontline-nova
trigger affects are missing
« 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.

Offline savedbygrace

  • Intel Depot
  • Administrator
  • *****
  • Be swift to hear...slow to speak...slow to wrath.
Re: trigger affects are missing
« Reply #1 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.