Blockland Forums > Help
How do you open Particle Editor?
<< < (2/3) > >>
1997man:
Interesting, experienced players?
Kyzor:

--- Quote from: 1997man on September 28, 2009, 10:48:28 PM ---Interesting, experienced players?

--- End quote ---

How fascinating...
Pah1023:
I can find out how to open it, if i do i will reply with the command.
Pah1023:
Sorry for double post, but i tryed looking through the script and i found this

--- Code: (Particle Emitter) ---function toggleParticleEditor(%val)
{
   if (!%val)
      return;

   if ($ParticleEditor::isOpen)
   {
      Canvas.popDialog(ParticleEditor);
      $ParticleEditor::isOpen = false;
      return;
   }
--- End code ---
Tryed doing ToggleParticleEditor(); on my server, it doesn't say Syntax error.
But it doesnt pop open the particle editor.
Kyzor:
Hmm, strange. It looks pretty cool, judging by the script, but it'd be great if it told you how to open it.
Navigation
Message Index
Next page
Previous page

Go to full version