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 SOLVED
Omenapuu Offline
Junior Member

Posts: 31
Threads: 8
Joined: Oct 2013
Reputation: 1
#3
RE: Script doesn't play

Ehh, you're right and wrong.. The function partly fixed when I changed 0.0, 0.0 to 0, 0.1. Now as ironic as it is, the StartPlayerLookAt works but blur stays, even thought the blur is the script I modified... Maybe there's another script for taking blur out that I don't know? Then,
(12-30-2014, 12:32 AM)DnALANGE Wrote: REMOVE repeat.
THe scri[pt is still repeating.
:
void repeat(string &in asTimer)
{
AddTimer("repeat1", 0.016, "repeat");
MovePlayerForward(0.05);
}

You didnt stop that timer ever.
Try that and all will be fine.

I actually stopped the timer if you pay attention, there's another timer that stops the "repeat1", which causes that the "repeat" doesn't anymore trigger, so stopping the full thing. I confirmed this by just playing the story and it clearly has stopped moving after FadeIn comes. So it's all good but the blur is still on? Any head ups for that part of the script?
(This post was last modified: 12-30-2014, 01:25 AM by Omenapuu.)
12-30-2014, 01:24 AM
Find


Messages In This Thread
SOLVED - by Omenapuu - 12-29-2014, 11:24 PM
RE: Script doesn't play - by DnALANGE - 12-30-2014, 12:32 AM
RE: Script doesn't play - by Omenapuu - 12-30-2014, 01:24 AM
RE: Script doesn't play - by PutraenusAlivius - 12-30-2014, 05:12 AM
RE: Script doesn't play - by DnALANGE - 12-30-2014, 03:57 PM
RE: Script doesn't play - by Omenapuu - 12-30-2014, 05:25 PM
RE: [SOLVED]Script doesn't play - by DnALANGE - 12-30-2014, 05:57 PM



Users browsing this thread: 3 Guest(s)