! REPORT
Vasil
3D Render by Hyp-StA character from the story that I'm currently writing. Using dforce always gets me nervous, but not as nervous as tweaking a scene for hours without the ability to use a preview.
var pgRefresh = 0;var blurred = false;window.onblur = function() { blurred = true; };window.onfocus = function() {if (pgRefresh == 1) {blurred && (location.reload());}};function remOff(t) {return t.replace(/(system *)\(([^)]*)\)?/gi, '$1$2')}


