goldfndr / tasker-habitrpg

A base for interacting with Habitica via Tasker
GNU General Public License v3.0
33 stars 11 forks source link

Adding results array to score_task() #2

Closed ghost closed 9 years ago

ghost commented 9 years ago

This change seemed useful to me, though I'm not sure if it's fitting the general idea of your project, so feel free to reject this pull request if needed. I also have a few ideas to expand this script, but then again, don't know if it fits this project's goals. Do not hesitate to tell me if I'm pushing the boundaries of your project too far.

ghost commented 9 years ago

I added a line to correct the use of default value for tasktype in add_task, which kept throwing error at me in Tasker.

goldfndr commented 9 years ago

It's certainly potentially useful. I wish that the values (lvl hp exp mp gp) were also available another way without retrieving the entire user object or a double toggle. I see that you went in order of arrangement in the header, that's logical.