I tried a lot of things to fix this statement but every time i try fixing it, i get more errors, so i undo.
Heres the error:
fatal error C1075: end of file found before the left brace '{' at 'c:\users\yousi f\desktop\maple story\maplestor yserver\mapleis land.cpp(174)' was matched
Heres the statement:
void NPCsScripts::np c_9101001(NPC* npc){
int state = npc->getState();
if(state == 0){
npc->addText("You have finished all your trainings. Good job. You can now pwn ");
npc->addText("You seem to be ready to start with the journey right away! Good , I will let you on to the next place were you will fight narbz.");
npc->sendNext();
}
Heres the error:
fatal error C1075: end of file found before the left brace '{' at 'c:\users\yousi f\desktop\maple story\maplestor yserver\mapleis land.cpp(174)' was matched
Heres the statement:
void NPCsScripts::np c_9101001(NPC* npc){
int state = npc->getState();
if(state == 0){
npc->addText("You have finished all your trainings. Good job. You can now pwn ");
npc->addText("You seem to be ready to start with the journey right away! Good , I will let you on to the next place were you will fight narbz.");
npc->sendNext();
}
Comment