function diphenhydramine();
\\FILE: function diphenhydramine();
\\VERSION: v1.1
\\CHANGELOG
\\ fixed unstable line of code, line 34
\\ amended function of body.throat fuckedness, line 53
include(human.resources(neurochemistry));
include(world.chemicalLibrary);
include(world.neurologicalDisorderLibrary);
include(human.body);
$brain = human.resources(neurochemistry)
$dph = world.chemicalLibrary("diphenhydramine");
$schizo = world.neurologicalDisorderLibrary("schizophrenia");
$body = human.body;
function diphenhydramine() {
while($brain.chemicalPresence($dph) == true) {
cognitiveEffects();
bodyLoad();
visualEffects();
}
$brain.write(damage(permanent));
echo("u dun goofed nigga why would u do this shit");
}
function cognitiveEffects() {
$cantProcessShit = $brain.processingPower;
$brain.processingPower = ($cantProcessShit * 0.5);
$cantTalkForShit = $brain.vocalCommunicationFunctionLevel;
$brain.vocalCommunicationFunctionLevel = $cantTalkForShit * 0.5;
$cantRememberShit = $brain.memoryRecall;
$brain.memoryRecall = $cantRememberShit * 0.5;
$random = rand(0, 10);
if($random > 4) {
$brain.wakingDreamState = true;
$brain.dream($brain.read(storedMemory)[$random]);
} else {
$brain.write($schizo);
}
}
function bodyLoad() {
$body['kidneys'].fucked = true;
$body['bladder'].fucked = true;
$body['muscularSystem'].fucked = true;
$body['twitching'] = true;
$body['pupils'].dilate();
$body['muscularSystem'].fucked = true;
$body['throat'].fucked = true;
$moisture = $body.waterConcentration;
$body.waterConcentration = $moisture * 0.5;
}
function visualEffects() {
$random = rand(0, 10); {
$brain.sensoryWrite(visual, $brain.read(storedMemory)[$random]);
}