This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
if IsMaxLevel == true{ [Name:ClassColor] }else{ [Level:classColor] [Name:ClassColor] }
if [IsPlayer] == True{ if [MaxLevel] == True{ [Name:ClassColor] }else{ [Level:ClassColor][Name:ClassColor] } }else{ [Name] }
[if IsPlayer then (if MaxLevel then Name:ClassColor else Level:ClassColor ' ' Name:ClassColor) else Name]
ie (kind of a cross between java and dogtags)
can anyone tell me how to go about writing this in dogtags?
[~IsMaxLevel:ClassColor ? Level:ClassColor] [Name:ClassColor]
How would I go about writing that in DogTags?
ps, If I should be posting this somewhere else can someone tell me