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 problem help needed
Crypto Offline
Junior Member

Posts: 14
Threads: 4
Joined: Mar 2011
Reputation: 0
#1
Smile  Script problem help needed

My script has some serious problems and i dont know how to solve em Angry !
if u guys have any ideas tell me ! Big Grin


Attached Files
.jpg   nimetön.jpg (Size: 276.21 KB / Downloads: 72)
(This post was last modified: 03-27-2011, 10:34 PM by Crypto.)
03-27-2011, 10:32 PM
Find
Tanshaydar Offline
From Beyond

Posts: 3,085
Threads: 17
Joined: Mar 2009
Reputation: 67
#2
RE: Script problem help needed

You have some serious mistakes.
You don't put ';' when creating a function. Only when calling.

Like this:

void ThisIsAFunction(these are function parameters)
{
there are things that I want function to do;
}

Now call this function:

void OnStart() // or OnEnter, or in another function, whatever.
{
ThisIsAFunction(parameters for this function);
}

03-27-2011, 10:37 PM
Website Find




Users browsing this thread: 1 Guest(s)