User profile: AterVulpes

User info
User name:AterVulpes
History
Joined:
Number of posts:60
Latest posts:

Map not properly identifing elements
@Moschops That is a mistake on my side. I actually had to ctrl+f to find it, because it somehow hid ...

Map not properly identifing elements
The purpose of this thing is to allow the user to type in a name of an element and the program will ...

triangle determine
http://cplusplus.happycodings.com/mathematics/code1.html

triangle determine
[code] A = acos((b*b+c*c-a*a)/(2*b*c)); B = acos((a*a+c*c-b*b)/(2*a*c)); ...

Help with combat system loop
I think HP isn't being updated as it just sits there outside of the loop. Try something like this: ...