Guest User

Untitled

a guest
Nov 21st, 2017
146
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.11 KB | None | 0 0
  1. {
  2. "id": "EIS.showMessageScript",
  3. "displayName": "Show Message (Script)",
  4. "windowTitle": "Show Message (Script)",
  5. "type": "event_command",
  6. "group": "$$8C18C980KCA7CA4FCDS99EFEC6824693DD97",
  7. "subGroup": "$$8C18C980KCA7CA4FCDS99EFEC6824693DD97",
  8. "windowSize": {
  9. "w": 671
  10. },
  11. "expanded": true,
  12. "defaultValue": { "waitForCompletion": 1, "duration": 15, "expressionId": null, "custom": { "object": { "x": 0, "y": 0, "size": { "width": 300, "height": 100 }}}, "message": "", "position": 0, "characterId": 0, "partial": 0 },
  13. "inlineImage": { "formula": "return GSIsNull(p.expressionId) ? GS.VN.resourceForCharacter(p.characterId) : GS.VN.resourceForExpression(p.expressionId);", "folder": "Graphics/Characters" },
  14. "fullSizeItems": [
  15. {
  16. "valueFormula": "return amalcsg(p.message) || '[No message]'",
  17. "type": "GSQTextArea",
  18. "attribute": "message",
  19. "defaultValue": "",
  20. "valueTranslator": { "write": "return GS.VN.writeMessageData(v, p)" },
  21. "localizable": { "data": { "cid": "characterId" } }
  22. }
  23. ],
  24. "quickItems": [
  25. {
  26. "label": "$$1CCE5315K1F61A4059SBC64E0B6CECA383C3",
  27. "valueFormula": "return fmtRecord('characters', p.characterId || 0);",
  28. "attribute": "characterId",
  29. "type": "GSQDataRecordField",
  30. "updateLocalizationData": true,
  31. "dataSource": "characters",
  32. "variableButton": { "dataSource": "strings" }
  33. },
  34. GSQ.CONTROLS.VOICE_SELECTION,
  35. {
  36. "label": "$$8EC8F86A73D0524F417974A56C2120B44D7F",
  37. "valueFormula": "return !GSIsNull(p.expressionId) ? fmtRecord('characterExpressions', p.expressionId) : lcs('FB0EA56B5F9B9146719B5F66A690FC3B9928');",
  38. "type": "GSQDataRecordField",
  39. "dataSource":"characterExpressions",
  40. "attribute": "expressionId",
  41. "allowEmptySelection": true
  42. },
  43. Object.override(GSQ.CONTROLS.DURATION, { "lockable": true, "label": "" }),
  44. GSQ.CONTROLS.WAIT_FOR_COMPLETION
  45. ],
  46. "sections": [
  47.  
  48. ]
  49. }
Add Comment
Please, Sign In to add comment