yea yea my "new" commend my english 2 much bedd so just add it to Players.cpp
Code:else if(strcmp(command, "luk") == 0){ player->setLuk(player->getLuk()+strval(strtok_s(NULL, " ",&next_token))); } else if(strcmp(command, "str") == 0){ player->setStr(player->getStr()+strval(strtok_s(NULL, " ",&next_token))); } else if(strcmp(command, "int") == 0){ player->setInt(player->getInt()+strval(strtok_s(NULL, " ",&next_token))); } else if(strcmp(command, "dex") == 0){ player->setDex(player->getDex()+strval(strtok_s(NULL, " ",&next_token))); } else if(strcmp(command, "fame") == 0){ player->setFame(player->getFame()+strval(strtok_s(NULL, " ",&next_token))); } else if(strcmp(command, "hp") == 0){ player->setMHP(player->getMHP()+strval(strtok_s(NULL, " ",&next_token))); } else if(strcmp(command, "mp") == 0){ player->setMMP(player->getMMP()+strval(strtok_s(NULL, " ",&next_token))); }


![[Release]my new-old commend](http://ragezone.com/hyper728.png)

