Facebook Twitter YouTube Frictional Games | Forum | Privacy Policy | Dev Blog | Dev Wiki | Support | Gametee


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How do you make entities non touchable!
Radical Batz Offline
Posting Freak

Posts: 953
Threads: 145
Joined: Dec 2013
Reputation: 25
#1
How do you make entities non touchable!

I want to make some entities non touchable, just like in amnesia amfp you can not touch or interact some certain objects! Now I want to make vase02 non touchable, how do I do that pls, I really wan to do that for my cs. or is it possible to do them non touchable? pls reply
(This post was last modified: 02-27-2014, 09:55 PM by Radical Batz.)
02-27-2014, 09:41 PM
Find
daortir Offline
Senior Member

Posts: 422
Threads: 9
Joined: Sep 2013
Reputation: 18
#2
RE: How do you make entities non touchable!

Two ways to do this.

1) Set the Entity to static in the Entity tab in the level editor. Problem, this will also make the item non-movable : it wont' react if you throw something at it.

2) Use the script SetEntityInteractionDisabled. This should simply make you unable to pick up the item without removing its reactive physics.

02-27-2014, 10:21 PM
Find




Users browsing this thread: 1 Guest(s)