Facebook Twitter YouTube Frictional Games | Forum | Privacy Policy | Dev Blog | Dev Wiki | Support | Gametee


Thread Rating:
  • 2 Vote(s) - 3 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Script Help I would very much like some help please!
Straxedix Offline
Senior Member

Posts: 426
Threads: 52
Joined: Mar 2014
Reputation: 5
#22
RE: I would very much like some help please!

Ok i made it to player not go forward backward like idi*t and i make he go forwards but now when i move you can see triple :O

Spoiler below!
PHP Code: (Select All)
void OnStart()
{
    
SetPlayerActive(false);
    
FadeOut(0);
    
FadePlayerRollTo(652020);
    
MovePlayerHeadPos(-1, -0.45, -1.1201);
    
AddTimer("activate_plater"3"FadeIn");
    
SetLightVisible("BoxLight_1"false);
    
FadeImageTrailTo(31);
    
FadeRadialBlurTo(0.41);
}





and





void FadeIn(string &in timer_name)
{
   
FadeIn(2);
   
AddTimer("Start"2"WakeUp");
}

void WakeUp(string &in timer_name)
{
   if (
timer_name == "Start")
   {
   
SetLightVisible("BoxLight_1"true);
   
AddTimer("MoveHead"1"WakeUp");
   }

   else if (
timer_name == "MoveHead")
   {
   
FadeImageTrailTo(01);
   
MovePlayerHeadPos(-0.5, -0.2, -1.122);
   
FadePlayerRollTo(01.7500);
   
AddTimer("ActivatePlayer"2"WakeUp");
   }

   else if (
timer_name == "ActivatePlayer")
   {
   
MovePlayerHeadPos(00022);
   
SetPlayerActive(true);
   }




so what is problem i see like there is no problem and no box message with some problem Sad

So anyone ????

(This post was last modified: 05-15-2014, 03:34 PM by Straxedix.)
03-24-2014, 03:24 PM
Find


Messages In This Thread
RE: I would very much like some help please! - by Straxedix - 03-24-2014, 03:24 PM



Users browsing this thread: 1 Guest(s)