Quote:
Originally posted by grim_squeaker_x
NPC Code:
if (playerenters||timeout) {
for (i=0;i<itemscount;i++) take2 i;
timeout=0.05;
timereverywhere;
}
Would mean that all items laid on the ground would instantly be taken away, it doesn't stop people from laying their stuff on the ground but it does at leat prevent the from taking it back again.
|
the problem i have with that is if a player drops an item then they can claim they didn't have it like on newmain, i think the best way is hurt 0. and it does work i have tested it.