how to make a specific element filter

  • tonimark
    27th Apr 2019 Member 0 Permalink

    anyone having an idea how do I make a filter that can allow only 1 specific element to pass ?!

  • Cracker1000
    27th Apr 2019 Member 0 Permalink

    @tonimark (View Post)

     Use STOR with ctype set to the element you want to pass through it.

    You can speed up the process by connecting STOR with PRTI.STOR passes stored element to nearby PRTI.

  • tonimark
    27th Apr 2019 Member 0 Permalink

    thanks but how do I set Ctype on STOR @cracker1000?

    Edited 4 times by tonimark. Last: 27th Apr 2019
  • Cracker1000
    27th Apr 2019 Member 1 Permalink

    @tonimark (View Post)

     Ok there are many ways to set ctype.

    You can use PROP tool and select CTYPE and then type the element which you want to set as ctype of STOR.

    Or 

    Open console (press ~ key) and then type "!set ctype stor elem" without quotes and elem replaced by the element name.

  • jacob1
    27th Apr 2019 Developer 1 Permalink
    You can also select an element and draw on top of STOR with that element, it will set the ctype.
  • tonimark
    27th Apr 2019 Member 0 Permalink

    thanks a lot