@dreamy rampart Here's a shortened URL of your playground link! You can remove the full link from your message.
Preview:```ts
let State: string
SetState("sleep")
CheckIfThisStateIsAValidState(State)
function SetState(ToSet: string) {
State = ToSet
}
function CheckIfThisStateIsAValidState(
State: string
) {}```
You can choose specific lines to embed by selecting them before copying the link.