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?
jssjr90 Offline
Member

Posts: 169
Threads: 39
Joined: Jun 2011
Reputation: 0
#7
RE: How do you turn off the "hand" icon when looking at a Area trigger?

Hmm having trubble with this from the suggestions. Here is what I have for a simple test script.
The hand icon still shows up when looking at the script area.

//HAND ICON OFF on script area

void OnEnter()
{
AddEntityCollideCallback("Player","ScriptArea_156", "ScriptArea_156func", false, 1);
SetEntityInteractionDisabled("ScriptArea_156", true);
}

//Functionvoid ScriptArea_156func(string &in asParent, string &in asChild, int alState)
{
SetMessage("Message", "Thaughts23b", 5);
}
(This post was last modified: 01-04-2013, 12:43 AM by jssjr90.)
01-04-2013, 12:41 AM
Find


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



Users browsing this thread: 1 Guest(s)