Script anticamp

If you don’t want to kick but to respawn them then change bottom section to:

if( my_camp_time == ( camp_time + 10 ) && have_i_been_warned )
			{
			self iprintlnbold("^2Time To Die");  // displayed to player
			wait 2;
			iprintln (""+self.name+" ^3Killed for Camping"); // displayed bottom left
			self suicide();
      		return;
			}
	}