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
MovePlayerforward Function not recognized
DanielRand47 Away
Member

Posts: 109
Threads: 16
Joined: Mar 2012
Reputation: 3
#4
RE: MovePlayerforward Function not recognized

(10-24-2014, 07:02 AM)Mudbill Wrote: I can only assume the patch wasn't actually properly installed. From where did you get the game? If it was Steam, this wouldn't make sense, but I get the feeling it isn't.

I have a hard copy of the game. Justine patch was downloaded from this forum.

(10-24-2014, 08:33 AM)Romulator Wrote: Are you also able to post your code? You may have actually encountered a syntax error on that or another line in the hps file.

Here is a sample of the code I am testing with the function. I am looking around for a solution, but no luck so far. I am convinced that it is not installed properly. If so, there are no descriptions on how to properly install the patch.
void OnStart()
{
AddTimer("TimerTest", 2.0f, "Test"); //Testing only
}
void Test(string &in asTimer) //Testing only
{
MovePlayerForward(0.5f);
AddTimer(asTimer, 2.0f, "Test");
}
(This post was last modified: 10-24-2014, 04:45 PM by DanielRand47.)
10-24-2014, 04:25 PM
Find


Messages In This Thread
RE: MovePlayerforward Function not recognized - by DanielRand47 - 10-24-2014, 04:25 PM



Users browsing this thread: 1 Guest(s)