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
Extra_english.lang file aint working
Khyrpa Offline
Senior Member

Posts: 638
Threads: 10
Joined: Apr 2011
Reputation: 24
#11
RE: Extra_english.lang file aint working

Interact callback is when Parent (Player in this case) interacts (with your mouse) with the Child (door_open_hall_key. Its the door itself, right?)
If you want player to trigger it entering an area, use collidecallback. Just create the script area and name it, then place it at the string& asChildName
like in your case:
AddEntityCollideCallback("Player", "name of the area", "Doorslam1", true, 1);
05-25-2011, 05:28 PM
Find


Messages In This Thread
Extra_english.lang file aint working - by xtron - 05-25-2011, 04:25 PM
RE: Extra_english.lang file aint working - by Khyrpa - 05-25-2011, 05:28 PM



Users browsing this thread: 1 Guest(s)