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
Members-
Content count
6 -
Joined
-
Last visited
-
man plsssss helpp me ¡¡
tell me how is the code for the dialog text at the beginning .. plss
Spoiler<String name="Random Stuff"> // text in monitor
<String>MY GAMETYPE</String>
</String>
<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>