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 to make Subtitles?
GreyFox Offline
Member

Posts: 162
Threads: 23
Joined: Jul 2011
Reputation: 2
#5
RE: How to make Subtitles?

So you want it where you walk into a certain area and says Press F for Latern, Something like this
{
AddEntityCollideCallback("Player" "ScriptAreaName", "MyFunc", true, 1);
}

void MyFunc(string &in asParent, string &in asChild, int alState)
{
GiveHint ("LanternHint", "Hint", "LanternHint", 5);
}

*Note that you will need to change some names because your extra english.lang file maybe different.


Current Project
Forgotten
10-15-2011, 09:26 PM
Find


Messages In This Thread
How to make Subtitles? - by FreshKorruption - 10-15-2011, 06:45 PM
RE: How to make Subtitles? - by schmupper - 10-15-2011, 06:57 PM
RE: How to make Subtitles? - by Statyk - 10-15-2011, 07:27 PM
RE: How to make Subtitles? - by FreshKorruption - 10-15-2011, 09:18 PM
RE: How to make Subtitles? - by GreyFox - 10-15-2011, 09:26 PM
RE: How to make Subtitles? - by FreshKorruption - 10-15-2011, 09:50 PM
RE: How to make Subtitles? - by GreyFox - 10-15-2011, 11:42 PM



Users browsing this thread: 1 Guest(s)