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
Level Editor Help Static, non-colliding and de-activeable entity?
palistov Offline
Posting Freak

Posts: 1,208
Threads: 67
Joined: Mar 2011
Reputation: 57
#2
RE: Static, non-colliding and de-activeable entity?

You could simply deactivate the entity. Entities can be deactivated using script, but static objects cannot. Since you've opted to use an entity over a static object, you can deactivate it when the note is picked up.

The script command is SetEntityActive("wood_stick", false);

02-09-2012, 12:44 PM
Find


Messages In This Thread
RE: Static, non-colliding and de-activeable entity? - by palistov - 02-09-2012, 12:44 PM



Users browsing this thread: 1 Guest(s)