Posts: 899
Threads: 54
Joined: May 2009
Reputation:
0
What, like take things from another to place it into one?
Wouldn't it be easier just to add both?
Posts: 50
Threads: 13
Joined: Aug 2008
Reputation:
0
basicly put 2 fs into 1 because i have 16 fs and i wanted to add my own stuff witch is a problem when ive maxed it
Posts: 6,340
Threads: 58
Joined: May 2009
Reputation:
0
Put every code which is in the same callback to one callback, make sure you don't have same names for variables or functions and make sure where you're going to put the code.
Posts: 50
Threads: 13
Joined: Aug 2008
Reputation:
0
Is it that simple because i was doing that and i was getting errors..?
Posts: 6,340
Threads: 58
Joined: May 2009
Reputation:
0
You probably messed something, and what kind of errors did you get?