Massassi Forums Logo

This is the static archive of the Massassi Forums. The forums are closed indefinitely. Thanks for all the memories!

You can also download Super Old Archived Message Boards from when Massassi first started.

"View" counts are as of the day the forums were archived, and will no longer increase.

ForumsJedi Knight and Mysteries of the Sith Editing Forum → negative extrusion
negative extrusion
2001-01-22, 12:15 PM #1
Im making a 3do, and I need to implement small depressions into the side, ie, chose a surface and extrude it, but it goes the wrong way that I want. So I pressed shift x and gave a negative value. It DID extrude inward, but the surface it extruded from wont dissappear. How do get rid of that surface / make it dee through? ( the GEO is at 0 )
Code:
if(getThingFlags(source) & 0x8){
  do her}
elseif(getThingFlags(source) & 0x4){
  do other babe}
else{
  do a dude}
2001-01-22, 12:34 PM #2
I don't think that will work. A 3do is the oposite of a level - if there's a sector there it will be solid. You actually have 2 sectors. I think you will have to cleave out and delete your depression.

------------------
For the love of God, use the consistency checker!

Have Lightsaber Will Travel
Have Lightsaber Will Travel JK Editing tips, troubleshooting information, resources and more.
www.swgalaxies.net For all your Star Wars Galaxies needs
The Massassi A SW Galaxies Player Association
2001-01-23, 7:33 AM #3
Its alright, it does work actually, you have to merge the two secors.
Code:
if(getThingFlags(source) & 0x8){
  do her}
elseif(getThingFlags(source) & 0x4){
  do other babe}
else{
  do a dude}

↑ Up to the top!