Posts: 11,373
Threads: 657
Joined: May 2009

Are you commenting out the whole line?????
Try just commenting out the 'if effective'
Code:
user.cooldown[skill.id] = skill.cooldown # if effective
That may work even better.
Up is down, left is right and sideways is straight ahead. - Cord "Circle of Iron", 1978 (written by Bruce Lee and James Coburn... really...)
Above are clickable links
Posts: 29
Threads: 4
Joined: Dec 2019
(12-10-2019, 04:17 AM)DerVVulfman Wrote:
Are you commenting out the whole line?????
Try just commenting out the 'if effective'
Code:
user.cooldown[skill.id] = skill.cooldown # if effective
That may work even better.
That's what I did, but thanks