- 157
- Posts
- 12
- Years
- Hope Peak's Academy
- Seen Apr 28, 2025
How do I "sleep?" I read every comment on this thread and read the script pretty thoroughly but I still have no idea what event the game's looking for when the player "sleeps."
I basically want to advance time by 24 hours so planted berries grow whenever the player talks to a bed, but all I could find (unless I misunderstood) is that I need to change something in the pbGetTimeNow so the game advances 86400 seconds whenever the player "sleeps..." And no clear script to get the player to sleep.
Edit: By the way, this isn't what I mean. Berries don't seem to care if I can control the rotation of the earth. They only seem to care when the clock is actually moving.
I basically want to advance time by 24 hours so planted berries grow whenever the player talks to a bed, but all I could find (unless I misunderstood) is that I need to change something in the pbGetTimeNow so the game advances 86400 seconds whenever the player "sleeps..." And no clear script to get the player to sleep.
Edit: By the way, this isn't what I mean. Berries don't seem to care if I can control the rotation of the earth. They only seem to care when the clock is actually moving.
Code:
$PokemonGlobal.newFrameCount=25745
Last edited: