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
Problem adding a diary page (i'm nooby)
JetlinerX Offline
Senior Member

Posts: 599
Threads: 49
Joined: Jun 2011
Reputation: 19
#3
RE: Problem adding a diary page (i'm nooby)

Hint:

You have more info than you need in each of the peramaters. Take a look at this, and compair it to yours:

(DO NOT USE THIS CODE, IT WONT WORK FOR YOU)
void FirstScriptArea(string &in asParent, string &in asChild, int alState)
{
        SetMessage("Messages", "DerrekMother", 0);
        SetPlayerMoveSpeedMul(0.5f);
        SetPlayerJumpDisabled(true);
        SetPlayerCrouchDisabled(true);
        PlayMusic("EndFile1.ogg", false, 20, 0, 0, true);
}

Now try to see what is different besides the obvious difference in code.

Lead Developer of "The Attic"
~Slade Mitchell

Chapter 3 (REL)

08-22-2011, 05:06 AM
Website Find


Messages In This Thread
RE: Problem adding a diary page (i'm nooby) - by JetlinerX - 08-22-2011, 05:06 AM



Users browsing this thread: 1 Guest(s)