IoPateo ! in production :D
Posted: Wed Apr 14, 2004 1:41 am
frist off. i think i made the name by randomly hiting keys
IoPateo is RPG i am making for the Arcade, i am almost rdy too run the frist compile on it !
Qustions :
is it possible too make scrolling soo a new area draws once you hit the edge of the map?
also would it be possible too create a battle window with selectable options ?
i am 1 error away from compileing it and i cant figure out how too fixx it
error:
error C2143: syntax error : missing ';' before 'type'
also. there are a bunch of Warnings in this line of code.
ill say what the warnings are towmrow i am gonig too bed now 0.o
IoPateo is RPG i am making for the Arcade, i am almost rdy too run the frist compile on it !
Qustions :
is it possible too make scrolling soo a new area draws once you hit the edge of the map?
also would it be possible too create a battle window with selectable options ?
i am 1 error away from compileing it and i cant figure out how too fixx it
error:
error C2143: syntax error : missing ';' before 'type'
Code: Select all
void ShowChar( void ) //it says the error is right here
{
InterfaceSprite( 0, nChaOverlay, charposX, charposY, 0.5f. 3. 0xFFFFFFFF, 0.0f, 0.0f);
}
Code: Select all
InterfaceSprite( 0, nChaOverlay, Buffa , 250, 0.5f, 0, 0xFFFFFFFF, 0.0f, 0.0f );
InterfaceSprite( 0, nChaOverlay, (Buffa + 10) , 550, 0.5f, 3, 0xFFFFFFFF, 0.0f, 0.0f );