09.04.2011, 13:16
if not what lorenc asked and if it is the "if(EnTop == false)" then:
did you define the "EnTop" variable as a "boolean" or as a normal integer?
incase you just wrote "new EnTop;" then you need to check for numbers... e.g. if(EnTop == 0)
edit: now I'm late..
did you define the "EnTop" variable as a "boolean" or as a normal integer?
incase you just wrote "new EnTop;" then you need to check for numbers... e.g. if(EnTop == 0)
edit: now I'm late..