Adilol

Magic calculation?

Sep 2nd, 2011
200
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.12 KB | None | 0 0
  1. void PLAYER::SetMagic(int newmag)
  2. {
  3.     Strength * Intelligence = newmag;
  4. }
  5. int PLAYER::GetMagic()
  6. {
  7.     return magic;
  8. }
Advertisement
Add Comment
Please, Sign In to add comment