Former/Past world in a teleport event (TimeStates) #3641
Labels
completed
The issue has been fully resolved and the change will be in the next Skript update.
enhancement
Feature request, an issue about something that could be improved, or a PR improving something.
priority: lowest
"Nice to have" updates that are not required (tiny low impact bug fixes or QoL enhancements).
Description
I tried using "former world" in a teleport event, but return "world" value instead
Steps to Reproduce
Create a file.sk with
on teleport: send "%former world% / %world%"
Expected Behavior
former world should return the world the player was in before the teleportation, but return the world he is in after the teleportation (https://skriptlang.github.io/Skript/expressions.html#ExprTimeState)
Errors / Screenshots
No errors (but if the event is "on world change" instead : "the world does not have a past state")
Server Information
Additional Context
I think it worked when I used skQuery, but since it's a Skript feature I reported it
The text was updated successfully, but these errors were encountered: