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 Timers
Steve Offline
Member

Posts: 178
Threads: 17
Joined: Jun 2012
Reputation: 7
#4
RE: Timers

you forgot the } from:
void OnPickup(string &in asEntity, string &in type)
so make it:

void OnPickup(string &in asEntity, string &in type)
{
SetMessage("Messages", "noise", 4.0);
AddTimer("FOV", 0, "FadePlayerFOVMulTo");
PlaySoundAtEntity("", "enemy_hallucination_disappear.snt", "Player", 0, false);
GiveSanityDamage(25, false);
}

CURRENTLY WORKING ON:
Final Light = 40%
Need of voice actors.
08-10-2012, 07:44 PM
Find


Messages In This Thread
Timers - by TheIcyPickle - 08-10-2012, 07:27 AM
RE: Timers - by EXAWOLT - 08-10-2012, 08:24 AM
RE: Timers - by TheIcyPickle - 08-10-2012, 06:53 PM
RE: Timers - by Steve - 08-10-2012, 07:44 PM
RE: Timers - by TheIcyPickle - 08-10-2012, 08:04 PM
RE: Timers - by Adny - 08-10-2012, 08:14 PM
RE: Timers - by TheIcyPickle - 08-10-2012, 08:21 PM



Users browsing this thread: 1 Guest(s)