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?
i3670 Offline
Posting Freak

Posts: 1,308
Threads: 74
Joined: Oct 2011
Reputation: 36
#5
RE: How do you turn off the "hand" icon when looking at a Area trigger?

(01-04-2013, 12:12 AM)NaxEla Wrote: 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);


EDIT: missread

Do you have any text in the PlayerInteractCallback under the "Area" tab in the script area?

"What you think is irrelevant" - A character of our time

A Christmas Hunt
(This post was last modified: 01-04-2013, 12:25 AM by i3670.)
01-04-2013, 12:16 AM
Find


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



Users browsing this thread: 1 Guest(s)