Skip to content
iAndyHD3 edited this page May 19, 2024 · 1 revision

GET_LEVEL_STRING Action

The inner level string consists of information about the starting state of the level and the objects it contains.

The GET_LEVEL_STRING action contains the following information:

  • The type of action (GET_LEVEL_STRING)

Example

{
  "action":"GET_LEVEL_STRING"
}

Any other input will be ignored

Example Response

{
  "status": "successful",
  "response": "kS38,1_40_2_125_3_255_11_255_12_255_13_255_4_-1_6_1000_7_1_15_1_18_0_8_1|1_0_2_102_3_255_11_255_12_255_13_255_4_-1_6_1001_7_1_15_1_18_0_8_1|1_0_2_102_3_255_11_255_12_255_13_255_4_-1_6_1009_7_1_15_1_18_0_8_1|1_255_2_255_3_255_11_255_12_255_13_255_4_-1_6_1002_5_1_7_1_15_1_18_0_8_1|1_40_2_125_3_255_11_255_12_255_13_255_4_-1_6_1013_7_1_15_1_18_0_8_1|1_40_2_125_3_255_11_255_12_255_13_255_4_-1_6_1014_7_1_15_1_18_0_8_1|1_255_2_0_3_0_11_255_12_255_13_255_4_-1_6_1005_5_1_7_1_15_1_18_0_8_1|1_255_2_255_3_255_11_255_12_255_13_255_4_-1_6_1006_5_1_7_1_15_1_18_0_8_1|1_255_2_255_3_255_11_255_12_255_13_255_4_-1_6_1004_7_1_15_1_18_0_8_1|,kA13,0,kA15,0,kA16,0,kA14,,kA6,0,kA7,0,kA25,0,kA17,0,kA18,0,kS39,0,kA2,0,kA3,0,kA8,0,kA4,0,kA9,0,kA10,0,kA22,1,kA23,0,kA24,0,kA27,1,kA40,1,kA41,1,kA42,1,kA28,0,kA29,0,kA31,1,kA32,1,kA36,0,kA43,0,kA44,0,kA45,1,kA33,1,kA34,1,kA35,0,kA37,1,kA38,1,kA39,1,kA19,0,kA26,0,kA20,0,kA21,0,kA11,0;1,1,2,285,3,135,155,1;1,1,2,315,3,135,155,1,21,1004;1,1,2,345,3,135,155,1,21,1004;1,1,2,345,3,105,155,1,21,1004;1,1,2,315,3,105,155,1,21,1004;1,1,2,285,3,105,155,1,21,1004;"
}

It is formatted as follows {level_start};{object_string}

Check the following for more info

Clone this wiki locally