1621
Off Topic / Re: Christians invented cereal
« on: March 29, 2010, 07:26:20 PM »
Yes it is and it's a reasonably easy thing to measure on a large scale.
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Intelligence is irrelevant to religious view.
Because science is limited to atheists.
Of course not, but the thing is that it is unscientific to approach anything with preconceived notions.
If you approach the world with the assumption that there is a God you are not being scientific, regardless of whether or not you are scientific about other things.
We changed that how many hundreds of years ago? Seriously, get the forget over it.
function player::NPCWhisper(%bot,%rep,%repvariation,%str,%client){
%time=strlen(%str)/6;
if(%bot.getCharRep(%bot,%client,%bot.faction,%rep,%repvariation)){
botMessage(%bot,%client,%str,%time);
}
}
function isInRange(%a, %b, %range){
return getMax(%a, %b) - getMin(%a, %b) <= %range;
}
function Player::getCharRep(%bot,%client,%faction,%reptarget,%repvariation){
//Fix their rep if it's 0
if($SubterraRep[%client.bl_id,%bot.name] $= ""){
$SubterraRep[%client.bl_id,%bot.name]=0;
}
if($SubterraRep[%client.bl_id,%faction] $= ""){
$SubterraRep[%client.bl_id,%faction]=0;
}
%rep=$SubterraRep[%client.bl_id,%faction]+$SubterraRep[%client.bl_id,%bot.name];
if(isInRange(%reptarget,%rep,%repvariation)){
return 1;
}
}
So you're saying I'm right? If the world's going to end, what the hell are we doing at school?!
Should we waste the last 2 years of our lives at school?
Is this the real life version or the Blockland Forums version?