how can i make a static weather?

[filth] g55
Joined 26/08/2020
Posts 526
12:12 AM 30/11/2022
like just to rain snow or sum, i saw only weather changing where u press a button and it changes weather but i want everyone to see it and it to be constant


[SPRN] .2008.
Joined 17/11/2021
Posts 2,735
12:12 AM 30/11/2022
Settings bro


[INC] kringlePringles
Joined 25/06/2019
Posts 111
05:41 AM 30/11/2022
Step 1:
Game.setEnvitonment - https://brickhill.gitlab.io/open-source/node-hill/classes/Game.html#setEnvironment

Step 2:
Game.setEnvironment({weather}) - https://brickhill.gitlab.io/open-source/node-hill/interfaces/Environment.html#weather

Step 3:
Game.setEnvironment({weather : "snow"}) - https://brickhill.gitlab.io/open-source/node-hill/enums/Weather.html

That's all.

And regarding your shop tool question: I'm almost finished with the script! I'll answer it very soon later today or sometime tomorrow. Just wanted to get some quirks finished and check for bugs.


[INC] kringlePringles
Joined 25/06/2019
Posts 111
09:08 AM 01/12/2022
Sorry, I meant:

Game.setEnvironment({weather : "snow"})

Why does it have to do this every time I use quotes in code format?

1