- In Pawn, you can include files. In PawnScript, those files are called your script modules. If you want to make your
*.psfile a module, just make amodulesfolder in yourscriptfilesand move it there.
Afterwards you may import your module:
#include:module_nameMake sure not to add the *.ps extension to the module_name.