Thread: disabling a+s
View Single Post
  #10  
Old 12-05-2001, 07:19 PM
grim_squeaker_x grim_squeaker_x is offline
Retired Oldbie
grim_squeaker_x's Avatar
Join Date: Mar 2001
Posts: 3,084
grim_squeaker_x will become famous soon enough
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.
__________________

Reply With Quote