User Tools

Site Tools


scripting:includes

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
scripting:includes [2012/03/23 02:11] mitscripting:includes [2025/05/28 16:34] (current) – external edit 127.0.0.1
Line 11: Line 11:
 e.g. e.g.
  
-*ServerScript.mit*+**ServerScript.mit**
 <codedoc> <codedoc>
 #include "CrowTournament.mit" #include "CrowTournament.mit"
 </codedoc> </codedoc>
  
-*CrowTournament.mit*+**CrowTournament.mit**
 <codedoc> <codedoc>
 Event( "Custom", "StartCrowTournamentUser" ) Event( "Custom", "StartCrowTournamentUser" )
Line 31: Line 31:
 </codedoc> </codedoc>
  
-Keeping related code separate like this can make it easier to share script across worlds - e.g. You could add the crow tournament script to another world by copying the ''CrowTournament.mit'' file across and including it from the ServerScript.+Keeping related code separated like this can make it easier to share script across worlds - e.g. You could add your crow tournament feature to another world by copying the ''CrowTournament.mit'' file across and including it from the ServerScript.
  
scripting/includes.1332468697.txt.gz · Last modified: (external edit)