Advertisement
Guest User

Untitled

a guest
Nov 29th, 2016
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.10 KB | None | 0 0
  1. {
  2.     "nodeList" :
  3.     [
  4.         {
  5.             "$id" : "disableAllnteractions",
  6.             "$type" : "FSMDisableInputNode",
  7.             "flag" : "All"
  8.         },
  9.         {
  10.             "$id" : "disallowEmployeeReassignment",
  11.             "$type" : "FSMDisallowEmployeeReassignmentNode"
  12.         },
  13.         {
  14.             "$id" : "enableCamPointInteraction",
  15.             "$type" : "FSMEnableInputNode",
  16.             "flag" : "CameraPaths"
  17.         },
  18.         {
  19.             "$id" : "setScoreMaskNavOnly",
  20.             "$type" : "FSMSetScoreMask",
  21.             "scoreTypes" :
  22.             [
  23.                 {
  24.                     "scoreType" : "Navigation"
  25.                 },
  26.                 {
  27.                     "scoreType" : "Collectable"
  28.                 }
  29.             ]
  30.         },
  31.         {
  32.             "$id" : "showWelcomeMessage",
  33.             "$type" : "FSMShowAssistantMessageSequenceNode",
  34.             "messageSequence" :
  35.             [
  36.                 {
  37.                     "textMessages" :
  38.                     [
  39.                         "Hello there!"
  40.                     ],
  41.                     "instrctionalAnimationPath" : "InstructionClickTickToContinue"
  42.                 },
  43.                 {
  44.                     "textMessages" :
  45.                     [
  46.                         "My name is Michael, and I will be here to assist you through your many adventures here.",
  47.                         "The virtual world you are about to enter is a representation of a real world.",
  48.                         "Let's begin by taking a look around."
  49.                     ]
  50.                 }
  51.             ]
  52.         }
  53.     ]
  54. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement