The following warnings occurred:
Warning [2] Use of undefined constant SAPI_NAME - assumed 'SAPI_NAME' (this will throw an Error in a future version of PHP) - Line: 3388 - File: inc/functions.php PHP 7.4.33-nmm7 (Linux)
File Line Function
/inc/functions.php 3388 errorHandler->error
/showthread.php 116 build_archive_link
Warning [2] Use of undefined constant IN_ARCHIVE - assumed 'IN_ARCHIVE' (this will throw an Error in a future version of PHP) - Line: 3331 - File: inc/functions.php PHP 7.4.33-nmm7 (Linux)
File Line Function
/inc/functions.php 3331 errorHandler->error
/inc/functions.php 3324 build_forum_breadcrumb
/showthread.php 195 build_forum_breadcrumb
Warning [2] Use of undefined constant IN_ARCHIVE - assumed 'IN_ARCHIVE' (this will throw an Error in a future version of PHP) - Line: 3331 - File: inc/functions.php PHP 7.4.33-nmm7 (Linux)
File Line Function
/inc/functions.php 3331 errorHandler->error
/showthread.php 195 build_forum_breadcrumb






Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Functions Calling?
Author Message
Baeguth
Apprentice
*

Posts: 12
Likes Given: 4
Likes Received: 0 in 0 posts
Joined: Aug 2017
Reputation: 0



Post: #1
Functions Calling?
Hello!

I've created a bunch of functions inside a script file called functions.scp.
I would like to USE and actually call those functions from other script files (such as combatsystem.scp).

I've noticed however that I can't by normally typing the function name.
What should i do?
Is there a way or do i have to write the function i need inside the same script?
Thank you
08-11-2017 06:44 PM
Find all posts by this user Like Post Quote this message in a reply
darksun84
Sir Spamalot
****

Posts: 1,687
Likes Given: 245
Likes Received: 162 in 151 posts
Joined: Mar 2012
Reputation: 35



Post: #2
RE: Functions Calling?
Function can be called in any script files but take notice about two things:

If the function.scp is in a sub folder of the scripts folder you have to add the sub folder path (example: scripts/yourfolder) in the sphere_tables.scp (order is important), then restart the server.

If you created function.scp in the scripts folder ( not a subfolder of it) while the server is running, you have to load the script file manually by using load function.scp in the server console (or restart the server).
(This post was last modified: 08-11-2017 07:02 PM by darksun84.)
08-11-2017 07:02 PM
Find all posts by this user Like Post Quote this message in a reply
[+] 1 user Likes darksun84's post
Baeguth
Apprentice
*

Posts: 12
Likes Given: 4
Likes Received: 0 in 0 posts
Joined: Aug 2017
Reputation: 0



Post: #3
RE: Functions Calling?
(08-11-2017 07:02 PM)darksun84 Wrote:  Function can be called in any script files but take notice about two things:

If the function.scp is in a sub folder of the scripts folder you have to add the sub folder path (example: scripts/yourfolder) in the sphere_tables.scp (order is important), then restart the server.

If you created function.scp in the scripts folder ( not a subfolder of it) while the server is running, you have to load the script file manually by using load function.scp in the server console (or restart the server).

Thank you so much for the explaination Smile
08-11-2017 07:03 PM
Find all posts by this user Like Post Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 3 Guest(s)