The type checks were not strong enough. While on it, strengthen other similar checks as well. Reported by @Tonaie. Fixes #13.
11 lines
272 B
Plaintext
11 lines
272 B
Plaintext
default
|
|
{
|
|
state_entry()
|
|
{
|
|
llParticleSystem("" + llGetPhysicsMaterial());
|
|
llParticleSystem((list)"" + llGetPhysicsMaterial());
|
|
llParticleSystem(0 + llGetPhysicsMaterial());
|
|
llParticleSystem((list)0 + llGetPhysicsMaterial());
|
|
}
|
|
}
|