Script Modules: Difference between revisions

Jump to navigation Jump to search
m
no edit summary
m (Added to "AGS Dictionary" category)
mNo edit summary
Line 12: Line 12:
; Move down : see '''Move up'''
; Move down : see '''Move up'''


Modules contain a script and a header, similar to the global script and header. They are compiled before the global script/header and can contain their own versions of global script functions such as repeatedly_execute, on_event, etc.
Each module contains its own script and header, similar to the global script and header. They are compiled before the global script/header and can contain their own versions of global script functions such as repeatedly_execute, on_event, etc.


You can also enter a brief description of the module, a version number and authorship details in the module manager when you create a module. There are options, too, to protect the script and the module info from modification if you export and distribute your own module.
You can also enter a brief description of the module, a version number and authorship details in the module manager when you create a module. There are options, too, to protect the script and the module info from modification if you export and distribute your own module.

Navigation menu