12 lines
117 B
Plaintext
12 lines
117 B
Plaintext
|
|
default{timer(){
|
||
|
|
|
||
|
|
if (1)
|
||
|
|
{
|
||
|
|
jump y;
|
||
|
|
jump x;
|
||
|
|
@y;
|
||
|
|
@x;
|
||
|
|
llDie();
|
||
|
|
}
|
||
|
|
|
||
|
|
}}
|