View Single Post
10-31-11, 11:20 AM   #8
Dwargh
A Theradrim Guardian
 
Dwargh's Avatar
AddOn Author - Click to view addons
Join Date: Oct 2008
Posts: 64
Originally Posted by Phanx View Post
Whoever wrote that doesn't seem to understand basic programming logic at all... it would be significantly easier to read and understand rewritten this way:
Code:
[bonusbar:5]
[form:6,dead,nodead]
[form:1,mod:alt,mod:shift]
[form:1,mod:alt]
[form:1,mod:shift]
[form:1]
[form:3,stealth,mod:alt,mod:shift]
[form:3,stealth,mod:alt]
[form:3,stealth,mod:shift]
[form:3,stealth]
[form:3,mod:alt,mod:shift]
[form:3,mod:alt]
[form:3,mod:shift]
[form:3]
[mod:alt,mod:shift]
[mod:alt]
[mod:shift]
[]
Yes, your rewritten version sure is better. However I was more thinking of the statement about the second line if you have more than 11 lines.
  Reply With Quote