Progress on the B.S is realy SLOW! I spent an entire 2 hours trying to figure out why this didn't work:
#If(hp[1]!>0) {#SetImageTransparent(enemy[1]$,x[1]!,y[1]!,w[1]!,d[1]!,255,0,255)}
This is suppose to make the enemy appear if they have more than 0 HP but it didn't work. After 2 hours I found out that it was suppose to be written like this:
#If(hp[1]!>0) {#SetImageTransparent(enemy[1]$,x[1]!,y[1]!,w[1]!,h[1]!,255,0,255)}
See how hard it is to program a B.S?
So I estimate that this is gonna take me 3 weeks and the menu like an additional week or two cause the equip is really hard to create.
So what I ask is should we postpone the story till I finish the B.S and menu or continue on tuesday anyways?
If we continue, progress will go slow and we cant post fights.