Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 356 Bytes

File metadata and controls

9 lines (7 loc) · 356 Bytes

Modules

  • In Pawn, you can include files. In PawnScript, those files are called your script modules. If you want to make your *.ps file a module, just make a modules folder in your scriptfiles and move it there.

Afterwards you may import your module:

#include:module_name

Make sure not to add the *.ps extension to the module_name.