User Object Override Injection Script
It's good to see that by finding a bug in some code for inserting a comment was looked over thoroughly. You've still got some problems, but those will be fixed in due time. Also, while connecting to a listener, a prompt, for leaving a message, was displayed over multiple times.
Example
if (xTimePass%currTime == 0) {
user.alert(leaveMsgPrmpt);
}
Where user.alert is how the user is informed of the lack of listener.
This duplicates. Instead, it displays:
for (x = 0; x < 1 + tempX; x++)
user.alert(leaveMsgPrmpt);
tempX+=x;
tempX-=1;
}
Hope that can be fixed.
-Donovan Cunningham
@ADozenBabyDogs
Thanks for bringing this up! I'll tag @ezraBC and @KrinkTheMellowUnicorn
@ADozenBabyDogs - thanks. I've shared with @devteam