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 Area's wont work
Obliviator27 Offline
Posting Freak

Posts: 792
Threads: 10
Joined: Jul 2011
Reputation: 66
#3
RE: Script Area's wont work

Though the problem has been solved, it will be easier for everybody to read your script if you space it out like so

void OnStart()
{
// Line of code;
// Line of code;
}
void OtherFunction
{
// Line of code;
}

It will also make it easier for you to sift through it should there be a problem.

03-22-2012, 12:20 PM
Find


Messages In This Thread
Script Area's wont work - by sHock - 03-22-2012, 10:29 AM
RE: Script Area's wont work - by pandasFTW - 03-22-2012, 11:46 AM
RE: Script Area's wont work - by Obliviator27 - 03-22-2012, 12:20 PM
RE: Script Area's wont work - by sHock - 03-22-2012, 06:42 PM
RE: Script Area's wont work - by JordanWeigle - 03-22-2012, 07:47 PM
RE: Script Area's wont work - by Your Computer - 03-22-2012, 08:00 PM



Users browsing this thread: 1 Guest(s)