- Joined
- Nov 10, 2004
- Messages
- 351
I've noticed while viewing spells in the spells section, that at the top it says:
"Model Details for <spellname>"
Which should be "Spell" instead of "Model".
Also, something that keeps bugging me is anti-indenting JASS scripts when i try to edit a post.
If i edit the post, it will look like this:
Tottaly unindented.
Also, something that keeps bugging me is anti-indenting JASS scripts when i try to edit a post.
JASS:
function Something takes nothing returns boolean
local boolean b=true
return b
endfunction
JASS:
function Something takes nothing returns boolean
local boolean b=true
return b
endfunction