10 lines
196 B
Plaintext
10 lines
196 B
Plaintext
|
|
default
|
||
|
|
{
|
||
|
|
timer()
|
||
|
|
{
|
||
|
|
llDialog(llGetOwner(), "x", [], 1);
|
||
|
|
llDialog(llGetOwner(), "x", (list)"NOK", 1);
|
||
|
|
llDialog(llGetOwner(), "x", (list)"OK" + "Cancel", 1);
|
||
|
|
}
|
||
|
|
}
|