Script & Labels
Overview
Script
const person = {
'name': 'Jane Doe',
'age': 24
};{
'Start': [
'Hi there!',
'This is a list of statements',
'jump myLabel'
],
'myLabel': [
'And this is yet another label',
'Also a list of statements',
'end'
]
}Labels
Jumping between labels
Translating your Script
InternationalizationSplitting your script in multiple files
Split FilesLast updated
Was this helpful?