When your question is answered use !solved to mark the question as resolved.
Remember to ask specific questions, provide necessary details, and reduce your question to its simplest form. For tips on how to ask a good question run !howto ask.
8 messages · Page 1 of 1 (latest)
When your question is answered use !solved to mark the question as resolved.
Remember to ask specific questions, provide necessary details, and reduce your question to its simplest form. For tips on how to ask a good question run !howto ask.
cin >> QTE_S;
DWORD WaitForInputIdle(
_In_ HANDLE QTE_S_Early_Game);
_In_(DWORD) int(3000);
if (QTE_S == "s") {
cout << "You eveded the attack\n" << endl << Player_HP << endl;
}
else {
Player_HP - 1;
cout << "you where Hit For 1hp\n" << endl << Player_HP << endl;
```cpp
int main() {}
```
int main() {}
what exactly isn't working there
@topaz blade
Please don't delete forum posts. They can be helpful to refer to later and other members can learn from them. In the future you can use !solved to close a post and mark a post as solved.