9 lines
97 B
Plaintext
9 lines
97 B
Plaintext
default
|
|
{
|
|
timer()
|
|
{
|
|
vector v = <1,2,3>;
|
|
llOwnerSay((string)v.x);
|
|
}
|
|
}
|