LuaRules.wiki
changeset 2191 aade57b7b63e
parent 2189 b2f75d4bf715
child 2192 edf132b3d2b8
equal deleted inserted replaced
2190:0baf61915a8a 2191:aade57b7b63e
     1 ## Scripting Rules
     1 #summary List of development rules for scripts
       
     2 
       
     3 = Scripting Rules =
     2 
     4 
     3 For scripts, there are some basic but important development rules that all scripts need to follow to ensure the scripts are compatible across multiple systems.
     5 For scripts, there are some basic but important development rules that all scripts need to follow to ensure the scripts are compatible across multiple systems.
     4 
     6 
     5 For behavior in your script that affects actual gameplay, there are restrictions of what you can do with numbers. These are the rules:
     7 For behavior in your script that affects actual gameplay, there are restrictions of what you can do with numbers. These are the rules:
     6 
     8