
[Bug]: invalid script
Opened this issue · 0 comments
General Info
- I am running a modpack
- I can reproduce this issue consistently in single-player
- I can reproduce this issue consistently in multi-player
- I have searched for this issue previously and it was either (1) not previously reported, or (2) previously fixed and I am having the same problem.
- I am crashing and can provide my crash report(s)
- I am using the latest version of the mod
Forge version
36.2.29
Mod version
Time-stages-1.16.5-1.4.1
Java version
Java 11.0.12
Issue Description
I wrote the script and started the game, but it didn't work.
Additional Information
Scripts https://pastebin.ubuntu.com/p/nVdqMBdp4C/
In line 29, I wrote the script to unlock the "helper" stage at the fifth second of the game.
Once the "helper" is unlocked, as written in lines 31 to 37, the in-game grim reaper will be teleported to the player and a message ("啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊") will appear in the chat. This message was used to test this event, but it was never sent. The grim reaper is summoned when the player enters the world, as indicated in line 24, 27 and 58.
What's more, the timer in line 68 didn't work too. When the "dim" is unlocked, as written in lines 39 to 44, the difficulty should transform into "hard", but after 100 million years of waiting, it didn't happen.
Other contents of this script worked well. In lines 81 to 88, lines 69 to 79, lines 46 to 59, they have all been wonderfully executed.