mirror of
https://github.com/Sei-Lisa/LSL-PyOptimizer
synced 2025-07-01 15:48:21 +00:00
8 lines
97 B
Text
8 lines
97 B
Text
default
|
|
{
|
|
timer()
|
|
{
|
|
vector v = <1,2,3>;
|
|
llOwnerSay((string)v.x);
|
|
}
|
|
}
|