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
#6
RE: How do you turn off the "hand" icon when looking at a Area trigger?

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


He doesn't want the hand icon. That script would add it.

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

Actually no, it would not add it. It's saying that it's TRUE that interaction with the entity will be DISABLED.

In Ruins [WIP]
01-04-2013, 12:24 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:24 AM



Users browsing this thread: 1 Guest(s)