passing args to tasks

Thanks! It still doesn’t work completely though. :confused:
I got an error but manged to figure it out: The callback needed to be like this: (damage was my extra arg)

and it worked, until I tried to use task.time (AttributeError: World instance has no attribute ‘time’
)

I know World doesn’t have time, but wasn’t that the point of using Task() and the callback?