or if there isnt...
Is there anyway to add user variables to UI's?
What I mean by user varable is to add this to a UI screen...
Code: Select all
<Label item="100fist_timer">
<Font>1</Font>
<ScreenID>100fist_timer</ScreenID>
<EQType>9999</EQType>
<TooltipReference>[color=red]@100fisttimer[/color]</TooltipReference>
<RelativePosition>true</RelativePosition>
<Location>
<X>125</X>
<Y>10</Y>
</Location>
<Size>
<CX>25</CX>
<CY>14</CY>
</Size>
<Text>10000</Text>
<TextColor>
<R>255</R>
<G>0</G>
<B>0</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignCenter>false</AlignCenter>
<AlignRight>true</AlignRight>
<AlignLeft>false</AlignLeft>
</Label>Code: Select all
#event 100fist "Your fists begin to blur"
/sub event_100fist
/declare 100fisttimer timer
/varset 100fisttimer 1320s
/return
Is there a way to use user defined varables or show discipline timers from MQ varables?
