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
Script Help Forcing the player to walk
Dobbydoo Offline
Member

Posts: 50
Threads: 6
Joined: Aug 2011
Reputation: 0
#2
RE: Forcing the player to walk

You need Justine to use MovePlayerForward.
To update a timer I think you have to do it like this:

PHP Code: (Select All)
void Onstart()
{
  
AddTimer(""1"TimerName");
}

void TimerName(string &in asTimer)
{
  
MovePlayerForward(1);
  
 
//Now the timer will repeat itself once per second
  
AddTimer(""1"TimerName")

01-08-2012, 10:13 AM
Find


Messages In This Thread
Forcing the player to walk - by Measuring - 01-08-2012, 10:02 AM
RE: Forcing the player to walk - by Dobbydoo - 01-08-2012, 10:13 AM
RE: Forcing the player to walk - by Statyk - 01-08-2012, 06:17 PM
RE: Forcing the player to walk - by Dobbydoo - 01-08-2012, 08:44 PM
RE: Forcing the player to walk - by Statyk - 01-08-2012, 10:19 PM
RE: Forcing the player to walk - by 4WalledKid - 10-16-2012, 04:02 PM
RE: Forcing the player to walk - by Apjjm - 10-16-2012, 04:44 PM



Users browsing this thread: 2 Guest(s)