6 lines
148 B
Plaintext
6 lines
148 B
Plaintext
// Helper actor that reports $overling status
|
|
$receiver(function(msg) {
|
|
send(msg, {has_overling: $overling != null})
|
|
})
|
|
var _t = $delay($stop, 5)
|