File size: 159 Bytes
87b3b3a
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
## amahdy: Exit?

```javascript
    map.placeObject(map.getWidth()-5, map.getHeight()-5, 'exit');
```

## IPv2: Remove walls

```javascript
    if (false)
```