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
Multiple Issues Help Help me please
PutraenusAlivius Offline
Posting Freak

Posts: 4,713
Threads: 75
Joined: Dec 2012
Reputation: 119
#3
RE: Help me please

THERE YOU GO.

Spoiler below!

Put this in your HPS file and adjust them with your names on the Level Editor.

PHP Code: (Select All)
void OnStart()
{
AddEntityCollideCallback("Player""ScriptAreaName""TextAppear"true1);
}

void TextAppear(string &in asParentstring &in asChildint alState)
{
SetMessage("MessagesEx""ScriptMsg"0);



Spoiler below!

Put this in your LANG file.

PHP Code: (Select All)
<LANGUAGE>
  <
RESOURCES>
  </
RESOURCES>
  <
CATEGORY Name="CustomStoryMain">
    <
Entry Name="Description">INPUT STORY DESC HERE</Entry>
  </
CATEGORY>
  <
CATEGORY Name="MessagesEx">
    <
Entry Name="ScriptMsg">YOUR MESSAGE HERE.</Entry>
 </
CATEGORY


EDIT: Ninja'd Sad

"Veni, vidi, vici."
"I came, I saw, I conquered."
(This post was last modified: 03-29-2014, 08:24 AM by PutraenusAlivius.)
03-29-2014, 08:23 AM
Find


Messages In This Thread
Help me please - by iAmAw3some - 03-29-2014, 08:18 AM
RE: Help me please - by 7heDubz - 03-29-2014, 08:21 AM
RE: Help me please - by iAmAw3some - 03-29-2014, 08:27 AM
RE: Help me please - by PutraenusAlivius - 03-29-2014, 08:23 AM
RE: Help me please - by iAmAw3some - 03-29-2014, 08:39 AM
RE: Help me please - by 7heDubz - 03-29-2014, 08:26 AM
RE: Help me please - by 7heDubz - 03-29-2014, 08:38 AM
RE: Help me please - by 7heDubz - 03-29-2014, 08:39 AM
RE: Help me please - by iAmAw3some - 03-29-2014, 08:51 AM
RE: Help me please - by 7heDubz - 03-29-2014, 08:53 AM



Users browsing this thread: 1 Guest(s)