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
Display message only when looking at an entity
Akos115 Offline
Member

Posts: 101
Threads: 14
Joined: Aug 2012
Reputation: 0
#10
RE: Display message only when looking at an entity

I tried it but it didnt work:


void price_lantern(string &in asEntity, int alState)
{
if(alState == 1)
{
SetMessage("price", "lantern", 1);
}
if(alState == -1)
{

}
}

09-25-2012, 04:05 PM
Find


Messages In This Thread
RE: Display message only when looking at an entity - by Akos115 - 09-25-2012, 04:05 PM



Users browsing this thread: 1 Guest(s)