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
Completely new to scripting, stumped.
Shambles Offline
Junior Member

Posts: 32
Threads: 4
Joined: Jun 2012
Reputation: 4
#3
RE: Completely new to scripting, stumped.

Ithink I see...Uneeded extra brackets??
also now I am trying this- Everything worked until I added the trail function
It keeps telling me "unexpected ' "


{
AddEntityCollideCallback("Player", "push", "Push", true, 1);

}

void Push(string &in asParent, string &in asChild, int alState)

{
PlaySoundAtEntity("", "guardian_distant.snt", "push", 0, false);
AddPlayerBodyForce(30000, 0, 0, false);

void FadeImageTrailTo(5.4f 2.1f);


void FadeIn(10);
}
(This post was last modified: 06-29-2012, 10:12 PM by Shambles.)
06-29-2012, 09:55 PM
Find


Messages In This Thread
RE: Completely new to scripting, stumped. - by Shambles - 06-29-2012, 09:55 PM



Users browsing this thread: 1 Guest(s)