- get into eden editor.
- set a vehicle, like a quad bike.
- set a player object.
- set the vehicle respawn module.
- sync the vehicle respawn module with the quad bike.
- edit the expression field in the vehicle respawn module and put the following in it.
```
diag_log(_this)
```
- press play scenario
- look at the quad bike.
- press esc
- put the following code into the debug console and press "local exec"
- check the rpt file
- it should look like this
```
16:12:58 [bis_o1,<NULL-object>]
```