09-16-2015, 07:30 PM
I can confirm, i've tried all the possibilities that I could thought.
This way that I mentioned is what the autocomplete gave
I tried:

This way that I mentioned is what the autocomplete gave
I tried:
- Self.Skill.Shielding()
- Self.Skill.Shielding();
- Self.Skill.Shielding;()
- Self.Skill.Shielding

(09-16-2015, 07:27 PM)MegaNo0body Wrote: Look you're trying:
Self.Skill.Shielding; ()
It should be:
Self.Skill.Shielding()
Can you confirm it will not work after this change?