How to make a monster:
When this is created
Repeat every 0 second [
Move towards actor character at speed (?)
]
When this collides with character
If actor character distance from locker greater then 2 [
Tell actor character [
Destroy this actor
Create text box *died*
]
]