Files
LSL-PyOptimizer/unit_tests/regression.suite/issue-13.lsl

11 lines
272 B
Plaintext
Raw Normal View History

default
{
state_entry()
{
llParticleSystem("" + llGetPhysicsMaterial());
llParticleSystem((list)"" + llGetPhysicsMaterial());
llParticleSystem(0 + llGetPhysicsMaterial());
llParticleSystem((list)0 + llGetPhysicsMaterial());
}
}