09-24-2016, 01:18 PM
(09-24-2016, 08:13 AM)Shannon Wrote:Quote:As for me, I'm swerving in between decent and very strong responses. On 2.3 I had only strong responses. And yeah, I definitely don't need any healing. I'm fine the way I am. I can't see why that's such a crazy idea.
Because this is a binary situation. If you need something removed, overcome, outgrown or neutralized to be able to fully execute the script and achieve the results, then the scripting to do that has something to do and executes until you don't have anything left to do to get yourself to execute the rest of the script. At which point, it becomes a null, and is skipped.
It's like a subroutine in a program, where you have the Begin Sub and the End Sub statements, but as each statement between those two accomplishes it's goal, it is removed from the subroutine. Eventually, all you have is the Begin Sub and End Sub statements, and there's just nothing between them to execute and use system resources on.
Does it mean you have been able to implement if conditions in the subs? e.g.
PHP Code:
if ( healing_required ) {
execute_healing_scripting();
}
else {
execute_goal_scripting();
}
Also, does it mean that until the healing is complete, the effects of the sub may not be visible? Which also makes me think... if someone is able to see the effects of sub, would that mean they do not need any more healing?