first of all, im so much thankfull for your reply message!!

yes your right in medivo2 you can find 12 coins, i had in mind to to remove the RF powerup from this level, and give it a other bigger level, where they need more coins, medivo2 is also to small to add more coins here,
yes your right with it, when player lost all of there lives, they also could leave the server and rejoin to beat it,
but this would be not a problem for me
i mean:
could you bring the 1UPs back in the next plus update?
im only asking,
i dont know, it looks a bit sad if the 1UPs are now also carrots
(also original levels looks on some places different)
i would wish it me so much to use 1UPs again! (in online coop server)
- of course, your also right, they dont make in online coop server any sence..
but i still have in mind to build a script, to eliminate player who didnt make it
when player lost all of there lives, they also could leave the server and rejoin to beat it,
=
yes thats also true, but its not a problem for me
then they can beat it with this way
.
.
newObject.setObject(Id: 88, Name: 1up , EventID: OBJECT:: ONEUP);
=
it now spawn carrots ? instead of the 1Ups
.
Finally, you could at least add the 1UPs to spawn
.or just leave the 1ups, 1ups be, instead of carrots
I think it doesn't matter if a other online coop player picksup a 1up, and if it dont change for him anything
i think other people, like me would have fun to work on a script to do here something : )
for coop online: i also found out how to restore the view of extra live, left side down:
"for example: (lori head) x3"
Code:
bool onDrawLives(jjPLAYER@ player, jjCANVAS@ canvas){
bool ok = false;
for(int j=0; j<32; j++){
if(jjPlayers[j].isActive){
canvas.drawString(32, jjSubscreenHeight - 14, "x"+jjPlayers[j].lives, STRING::MEDIUM, STRING::NORMAL, 0);
}
}
return ok;
}
.
but to restore the 1UPs, i dont find any solution here
maybe your the only one who can help here,
with a future plus update that only brings the 1UPs back, i think it doesnt matter if a other online coop player pickup a 1up, and it dont change for him anything, yes thats right, but other people like me would have fun to build a script with the 1ups : )