Difference between revisions of "User:Chrismignon McDonnell"
Jump to navigation
Jump to search
m |
|||
Line 1: | Line 1: | ||
[ | <nowiki>Insert non-formatted text here</nowiki> | ||
[CODE] | |||
default { | |||
state_entry() | |||
{ | |||
llParticleSystem([]); | |||
} | |||
} | |||
[/CODE] |
Revision as of 05:38, 27 March 2010
Insert non-formatted text here
[CODE]
default { state_entry() { llParticleSystem([]); } }
[/CODE]