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 A bit confused. Help?
Steve Offline
Member

Posts: 178
Threads: 17
Joined: Jun 2012
Reputation: 7
#2
RE: A bit confused. Help?

you forgot ); at:
AddTimer("", 0.2, "SighInRelief"
AddTimer("", 0.4, "WATCHOUT"
AddTimer("", 0.3, "LookRight"

so make it:
AddTimer("", 0.2, "SighInRelief");
AddTimer("", 0.4, "WATCHOUT");
AddTimer("", 0.3, "LookRight");

and you have at:
PlaySoundAtEntity("GUARDIAN_MAAAAD", "guardian_activated.snt", "CreepyBitch", "3", false);

"3" should be just 3 so make it:
PlaySoundAtEntity("GUARDIAN_MAAAAD", "guardian_activated.snt", "CreepyBitch", 3, false);

I hope this helps Big Grin

CURRENTLY WORKING ON:
Final Light = 40%
Need of voice actors.
07-22-2012, 06:55 PM
Find


Messages In This Thread
A bit confused. Help? - by Zjurc - 07-22-2012, 06:43 PM
RE: A bit confused. Help? - by Steve - 07-22-2012, 06:55 PM
RE: A bit confused. Help? - by Zjurc - 07-22-2012, 08:19 PM
RE: A bit confused. Help? - by Steve - 07-22-2012, 08:28 PM
RE: A bit confused. Help? - by Zjurc - 07-22-2012, 08:52 PM
RE: A bit confused. Help? - by PixelHurricane - 07-24-2012, 04:08 AM



Users browsing this thread: 1 Guest(s)