Skip to main content Skip to bottom nav

User Object Override Injection Script

User Profile: ADozenBabyDogs
ADozenBabyDogs March 3rd, 2016

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

2
User Profile: Amelia
Amelia March 3rd, 2016

@ADozenBabyDogs

Thanks for bringing this up! I'll tag @ezraBC and @KrinkTheMellowUnicorn

User Profile: KrinkTheMellowUnicorn
KrinkTheMellowUnicorn March 3rd, 2016

@ADozenBabyDogs - thanks. I've shared with @devteam