- Joined
- May 9, 2007
- Messages
- 3,563
I have an issue. I am trying to make a spell which deals damage equal to the hero's agility to those around him. The only problem is that when I try to tell it to deal damage = to hero attribute strenghth it is not their. I can work around this problem by assinigning the hero strenghth to a varialbe but it can only be assigned to a integer and damage can only be dealt using a real. So basically my only question is can you turn an integer into a real?