Quote:
Originally posted by Dach
as in, people do this
NPC Code:
if (playertouchsme) {
playerhearts = 0;
}
instead of
NPC Code:
if (playertouchsme) {
playerhearts = 0;
}
|
Only styling is different, what's wrong?
Quote:
Originally posted by DarkShadows_Legend
If the server went down wouldn't all npc's not work?
|
He meant if the server went down and back ( i believe),flags will be cleared and you will able to get more 10 gralats in this case.