Newer
Older
System38 / project / scripts / e02-cat-run.gbsres
{
  "_resourceType": "script",
  "id": "b02fc0d1-670f-426c-ac5d-f02c76ce4cfc",
  "name": "E02-Cat-Run",
  "symbol": "script_e02_cat_run",
  "description": "El gato corre y se salva :)",
  "variables": {},
  "actors": {
    "0": {
      "id": "0",
      "name": "Self"
    }
  },
  "script": [
    {
      "id": "b25e7ab8-3bad-4eab-95e6-1501f05c4f3f",
      "command": "EVENT_ACTOR_SET_FRAME",
      "args": {
        "actorId": "0",
        "frame": {
          "type": "number",
          "value": 1
        }
      }
    },
    {
      "id": "14c22747-5cdb-41b3-854d-0dc84b25c441",
      "command": "EVENT_ACTOR_MOVE_RELATIVE",
      "args": {
        "actorId": "0",
        "x": {
          "type": "number",
          "value": 0
        },
        "y": {
          "type": "number",
          "value": 5
        },
        "moveType": "vertical",
        "useCollisions": false
      }
    },
    {
      "id": "bd03971c-0225-4caf-a898-22eb515844bd",
      "command": "EVENT_ACTOR_SET_FRAME",
      "args": {
        "actorId": "0",
        "frame": {
          "type": "number",
          "value": 0
        }
      }
    },
    {
      "id": "dc4e55e1-a83e-45f2-826f-8e252f8358a6",
      "command": "EVENT_ACTOR_EMOTE",
      "args": {
        "actorId": "0",
        "emoteId": "16caa25d-70a0-466b-ac2c-9bf324c3c34b"
      }
    }
  ]
}