ID:179813
 
I tried making a var for alignment but it gets these errors:

:= : expected a constant expresion
:Nuetral : Bad Var

What should i do my code for the var is:

var
Health=20
MaxHealth=20
Alignment=Neutral



Try this ->

<font color = ffffff>

blah
blah
alignment = "Neutral"

blah
blah

</font>

Unless you define your own variable type that can take Neutral, it wont work. You need to set it as a string, character, integer, etc.
In response to sapphiremagus
ok ill try it
Neutral needs to be surrounded by quotes.

Alathon