Ahilphino
Excellent OT User
- Joined
- Jun 5, 2013
- Messages
- 1,667
- Solutions
- 1
- Reaction score
- 733
Code:
local reward = {
[1] = cid:setMaxHealth(getCreatureMaxHealth(cid)+200),
[2] = cid:setMaxMana(getCreatureMaxMana(cid)+200)
}
Obviously this isn't working, I was wondering is it possible? I've tried googling etc with no succesful answer
