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 Intro
Radical Batz Offline
Posting Freak

Posts: 953
Threads: 145
Joined: Dec 2013
Reputation: 25
#4
RE: Intro

It's a case time, and what a case timer does it it counts the steps as a timer!
If you don't know what the functions in it are then, float fEventSpeed = 0.5f; is the speed of when the first case will start to function i think.
PHP Code: (Select All)
StartPlayerLookAt("Arealook2"0.1f0.1f"");
            
FadeIn(4);
            
FadeImageTrailTo(2,1);
            
ShowPlayerCrossHairIcons(false);
            
SetPlayerMoveSpeedMul(0.05f);
            
SetPlayerLookSpeedMul(0.05f);
            
fEventSpeed 3.0f;    
        break; 
Player looks at one area then fades in for 4 seconds, the screen makes an effect and the last 2 lines are the speed of the player's steps.
i really never messed with a case time, but hey I'm getting there...

(This post was last modified: 01-01-2015, 12:05 AM by Radical Batz.)
01-01-2015, 12:03 AM
Find


Messages In This Thread
Intro - by ethics - 12-31-2014, 07:45 PM
RE: Intro - by Mudbill - 12-31-2014, 07:52 PM
RE: Intro - by ethics - 12-31-2014, 10:41 PM
RE: Intro - by Radical Batz - 01-01-2015, 12:03 AM
RE: Intro - by Mudbill - 01-01-2015, 06:25 AM



Users browsing this thread: 1 Guest(s)