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 turn off the "hand" icon when looking at a Area trigger?
NaxEla Offline
Senior Member

Posts: 415
Threads: 5
Joined: Dec 2012
Reputation: 28
#4
RE: How do you turn off the "hand" icon when looking at a Area trigger?

I'm not really sure what you mean by "trigger area", so I'm going to assume you mean Script Area.

In your script, add this to your OnEnter function.

PHP Code: (Select All)
void OnEnter()
{
    
SetEntityInteractionDisabled("AreaName"true);


In Ruins [WIP]
01-04-2013, 12:12 AM
Find


Messages In This Thread
RE: How do you turn off the "hand" icon when looking at a Area trigger? - by NaxEla - 01-04-2013, 12:12 AM



Users browsing this thread: 1 Guest(s)