Eggoboid or alphapheonix whatever it says

<div id="shop-mod">
<style>
<script>
//this is a sample flashlight effect

$(document).ready(function() {
  $(this).mousemove(function(e) {
    $("#light").css({
      "top": e.pageY - 250,
      "left": e.pageX - 250
    })
  }).mousedown(function(e) {
    switch (e.which) {
        case 1:
            $("#light").toggleClass("light-off");
            break;
        case 2:
            break;
        case 3:
            break;
        default:
    }
  })
})
</script>
<div id="light"></div>

<style>
body,
html {
  padding: 0;
  margin: 0;
  background-color:rgba(0,0,0,1.00);
	color:rgba(255,255,255,1.00);
  overflow: hidden;
  z-index: 20;
  color: rgba(0,0,0,1.00);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#content {
  width: 100%;
  height: 100vh;
}

#light {
  position: absolute;
  width: 500px;
  height: 500px;
  box-shadow: inset 0 0 150px 150px #000;
  background: #fff;
  z-index: 10;
}

.light-off {
  box-shadow: inset 0 0 150px 250px #000 !important;
}

.pogi {
  position: absolute;
  top: 40%;
  left: 45%;
}
</style>
</div>

<script>
let shopMod = document.getElementById("shop-mod");
document.body.appendChild(shopMod);
</script>
Welcome To The Survivors!!!

I tried putting this in ur game and save doesnt work ;-;

2 Likes

its a flashlight script thats supposed to be ran through dialogue it shows at the beginning like a normal dialogue tho

2 Likes

ā€¦ thats alot of words

2 Likes

its supposed to go in moddio in the dialogues so run a flashlight script forever but since saving is fcked i cant add it

2 Likes

you tried to use a diolagoe mod hmmm well idk if I need flash lights but ok i might have a day night cycle so maby

2 Likes

idk how to sync it to turn it off during day and turn it on during night honestly

2 Likes

iā€™d have to research my scripting

2 Likes

bro use a variable timer and a unit that is transparent to make the screen darker

2 Likes

i need to make a javascript timer not moddio timer because moddio timer wont work with it

2 Likes

unless i find a way to connect moddio variables to javascript but then i have to look into the programming

2 Likes

ok well if you find a way then tell me so ik :V

2 Likes

CONGRATS ON T2 FOR NINJA SIMULATOR :smiley: lol today i checked out moddio and seen ur game with t2 congrats

2 Likes

Congrats on T2!!! :grinning:

2 Likes

IK lol its cool cuz my ccu so high now

2 Likes