6 lines
123 B
Plaintext
6 lines
123 B
Plaintext
// Test: $self and is_actor
|
|
if ($self == null) disrupt
|
|
if (!is_actor($self)) disrupt
|
|
if (!is_stone($self)) disrupt
|
|
$stop()
|