Difference between revisions of "Scripting basics"

From Soldat Community Wiki
Jump to: navigation, search
(Created page with "The Soldat Server Scripting Core uses the Pascal coding language. ===Online Pascal Tutorials=== * Learn Pascal tutorial [http://www.taoyue.com/tutorials/pascal/] * Turbo Pasc...")
 
Line 1: Line 1:
The Soldat Server Scripting Core uses the Pascal coding language.
+
The '''Soldat Server Scripting Core''' was programmed by [[EnEsCe]] to help other users creating scripts for their server. It use the Pascal coding language with '''Events''', '''Functions''' and '''Variables'''. Current ScriptCore version is v3.
 +
 
 +
''For an alphabetical list of all functions,events and variables, click [[Server_Scripting|here]].''
 +
 
  
 
===Online Pascal Tutorials===
 
===Online Pascal Tutorials===

Revision as of 19:01, 2 April 2014

The Soldat Server Scripting Core was programmed by EnEsCe to help other users creating scripts for their server. It use the Pascal coding language with Events, Functions and Variables. Current ScriptCore version is v3.

For an alphabetical list of all functions,events and variables, click here.


Online Pascal Tutorials

  • Learn Pascal tutorial [1]
  • Turbo Pascal programming [2]
  • Learn Pascal Programming [3]

Note: Some tutorials may have references to functions that do not exist in the scripting core.