Quote:
Originally Posted by Cubical
Also I was wondering what would be the best way to call it if it were in a class?
|
Forgot to answer this question. I do it like this:
PHP Code:
object.("skill_" @ identifier @ "::onUseSkill")()
Assume
identifier equals
melee and that the class name is
skill_melee.