- Joined
- May 30, 2015
- Messages
- 11
- Reaction score
- 0
- First Language
- french
- Primarily Uses
hello
I'm search for a skill learning and unlearning condition plugin and note class
example:
class note:
<learning system>
if actor.name() == "Mike"
learn() = 22
end
if actor.atk() >= 600
learn() = 33
learn() = -32
else
learn() = 32
end
</learning system>
tanks
I'm search for a skill learning and unlearning condition plugin and note class
example:
class note:
<learning system>
if actor.name() == "Mike"
learn() = 22
end
if actor.atk() >= 600
learn() = 33
learn() = -32
else
learn() = 32
end
</learning system>
tanks

