Content: Slate Blackcurrant Watermelon Strawberry Orange Banana Apple Emerald Chocolate Marble
Background: Slate Blackcurrant Watermelon Strawberry Orange Banana Apple Emerald Chocolate Marble
Pattern: Blank Waves Notes Sharp Wood Rockface Leather Honey Vertical Triangles
Welcome to Xbox Chaos: Modding Evolved

Register now to gain access to all of our features. Once registered and logged in, you will be able to contribute to this site by submitting your own content or replying to existing content. You'll be able to customize your profile, receive reputation points as a reward for submitting content, while also communicating with other members via your own private inbox, plus much more! This message will be removed once you have signed in.

zeuzatila

Support
error encode gametype halo reach

1 post in this topic

 

the program ksoft does not encode the gametype, it is to display a message just started, my message string :

Spoiler

    <String name="Random Stuff">
       <String>MY GAMETYPE</String>
     </String> 

 

and this is the trigger

Spoiler

     <Trigger execMode="OnEachPlayer">
        <Elements>
          <E type="Action" name="TimerRateSet">
            <Param kind="InOut" name="Timer" type="TimerReference" varRefType="1" dataType="25">0</Param>
            <Param name="Rate" type="TimerRate">5</Param>
          </E>
          <E type="Condition" name="Comparison">
            <Param name="X" type="VarReference" varRefKind="Custom" varRefType="1" dataType="25">1</Param>
            <Param name="Y" type="VarReference" varRefKind="Custom" varRefType="0">0</Param>
            <Param name="Comparison" type="ComparisonType">2</Param>
          </E>
          <E type="Condition" name="TimerIsZero">
            <Param name="Timer" type="TimerReference" varRefType="1" dataType="25">0</Param>
          </E>
          <E type="Action" name="ChudMessage">
            <Param name="Target" type="TargetVar" targetType="Player" varRefType="0" dataType="25" />
            <Param name="MessageSound" type="SoundIndex">-1</Param>
            <Param name="MessageText" type="Tokens2" stringIndex="Random Stuff" />
          </E>
        </Elements>
      </Trigger>

 

but it does not work, I have bad or I'm missing,  thanks.

Edited by zeuzatila

Share this post


Link to post
Share on other sites