Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ["Main"] = {
- ['title'] = "Some Random Game";
- ['menus']{
- {
- ["name"] = "Single Player";
- ["dest"] = "SP";
- ["func"] = nil;
- };
- {
- ["name"] = "Multiplayer";
- ["dest"] = "MP";
- ["func"] = nil;
- };
- {
- ["name"] = "Credits";
- ["dest"] = "_function";
- ["func"] = {
- ["func"] = "exampleFunction";
- ["args"] = {
- "arg1";
- "arg2";
- "arg3"
- }
- }
- };
- {
- ["name"] = "Settings";
- ["dest"] = "Settings";
- ["func"] = nil;
- };
- {
- ["name"] = "Exit";
- ["dest"] = "_exit";
- ["func"] = nil;
- }
- }
- },
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement