8 lines
153 B
Plaintext
8 lines
153 B
Plaintext
|
|
default{timer(){
|
||
|
|
|
||
|
|
llDialog(llGetOwner(), "x", ["OK"], 1);
|
||
|
|
llDialog(llGetOwner(), "x", ["NOK"], 1);
|
||
|
|
llDialog(llGetOwner(), "x", ["OK", "Cancel"], 1);
|
||
|
|
|
||
|
|
}}
|