Page 1 of 1

MoverBrush..

PostPosted: Fri Apr 13, 07 8:12 am
by Karkian
Hey Guys i got a question. Say you have a door and you know how you can right click it but BEFORE you right click it theres that box saying Unlocked well is there a way to get rid of this box so you cant open or close it at all? because im making poles and you make them go down by pressing a button but when i walked up to it it says Unlocked so is there a way??


Cheers,Garman

PostPosted: Fri Apr 13, 07 10:28 am
by Josh_Stargunner
Yes, what you do is right click the mover, go onto its properties, then go onto mover i think, finally changed 'frobbable' to false to make it unclickable, and then highlighted to false to remove the unlocked sign.

EDIT - Such variables are very useful when using remote switches, or even secret doors ;)

PostPosted: Fri Apr 13, 07 11:19 am
by MainMan
I'm lazy - I just use a BreakableWall, but set bBreakable to false 8)

Re: MoverBrush..

PostPosted: Fri Apr 13, 07 1:11 pm
by Dae
¥[RTK]¥Gårmåñ wrote:Hey Guys i got a question. Say you have a door and you know how you can right click it but BEFORE you right click it theres that box saying Unlocked well is there a way to get rid of this box so you cant open or close it at all? because im making poles and you make them go down by pressing a button but when i walked up to it it says Unlocked so is there a way??


Cheers,Garman

As already mentioned,
bFrobbable = false
bHighlight = false

PostPosted: Fri Apr 13, 07 10:28 pm
by ~ô¿ô~Nobody~
~MainMan¾~ wrote:I'm lazy - I just use a BreakableWall, but set bBreakable to false 8)


Lazy biscuit! :P

PostPosted: Fri Apr 13, 07 11:51 pm
by Karkian
thanks guys ill do that :wink: