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
Need help with making examine area unactive!
NaxEla Offline
Senior Member

Posts: 415
Threads: 5
Joined: Dec 2012
Reputation: 28
#3
RE: Need help with making examine area unactive!

Use SetEntityPlayerInteractCallback.

PHP Code: (Select All)
void OnStart()
{
    
SetEntityPlayerInteractCallback("ExamineArea_2""TextGone1"true);
}

void TextGone1(string &in asEntity
{
    
SetEntityActive("ExamineArea_2"false);


In Ruins [WIP]
03-28-2013, 08:55 PM
Find


Messages In This Thread
RE: Need help with making examine area unactive! - by NaxEla - 03-28-2013, 08:55 PM



Users browsing this thread: 1 Guest(s)