LSL-PyOptimizer/unit_tests/regression.suite/issue-32.lsl
Sei Lisa a6cce58b5d Fix invocation of PythonType2LSL
Fixes #32. Thanks to @KrsityKu for the report and repro.
2024-05-24 20:28:26 +02:00

8 lines
97 B
Text

default
{
timer()
{
vector v = <1,2,3>;
llOwnerSay((string)v.x);
}
}