| 12345678910111213141516171819202122232425262728293031323334353637383940414243 |
- {
- "_resourceType": "script",
- "id": "cc2c82d9-f12a-4a13-8dca-e6354ba7dc57",
- "name": "KillEnemy",
- "description": "",
- "variables": {},
- "actors": {},
- "symbol": "script_7",
- "script": [
- {
- "command": "EVENT_TEXT",
- "args": {
- "text": [
- "You've killed\nthe Monster!"
- ],
- "__section": "text",
- "avatarId": "",
- "minHeight": 4,
- "maxHeight": 7,
- "textX": 1,
- "textY": 1,
- "textHeight": 5,
- "position": "bottom",
- "clearPrevious": true,
- "showFrame": "true",
- "speedIn": -1,
- "speedOut": -1,
- "closeWhen": "key",
- "closeButton": "a",
- "closeDelayTime": 0.5,
- "closeDelayFrames": 30
- },
- "id": "6c6dfac0-393e-41f7-9890-4f5dd82208c8"
- },
- {
- "command": "EVENT_ACTOR_HIDE",
- "args": {
- "actorId": "$self$"
- },
- "id": "28687a7b-8a46-4e69-8880-10b39b61c8fe"
- }
- ]
- }
|