i have part of a text based game that keeps track of the HP , DEF... and such. it needs to be able to replace the current value for the variables, in which case are:

long HP, def, sheild;

for instance, you battle a monster and the attack does 75 HP your HP is 100 so:

100-72=25. i need to be able to copy the end result to HP.

how would i do this? do i need to use STRCOPY?

Recommended Answers

All 2 Replies

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.