Labels
Chapters Called Labels
var script = {
"Start":[
"This is a statement."
]
}var script = {
"Start":[
"This is a statement.",
"jump mylabel"
],
"mylabel":[
"This is another statement.",
"Pretty easy huh?"
]
}Last updated
Was this helpful?