Okay, this is more of a How-To then a code problem.
So i have this:
obj/Skills
var/LearnedBy
var/LearnedOn
var/MPCost
Regen
LearnedBy="Magician","Warrior"
LearnedOn=10
MPCost=30
verb/Regen()
set category="Skills" |
I want it to be for Magicians, and it takes 30 MP, but Restores HP, and MP. It restores 15 HP, and MP every 20 seconds for 80 seconds.
I have no clue where to go from there.
Can someone help? |
|