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
iAmAw3some Offline
Junior Member

Posts: 9
Threads: 4
Joined: Mar 2014
Reputation: 0
#7
RE: Help me please

(03-29-2014, 08:23 AM)SomethingRidiculous Wrote: 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

Didn't worked either, am i doing something wrong?
03-29-2014, 08:39 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)