Documentation

Game Scripts

Game Scripts, also known Entities, controls how the objects are handle within the game. These scripts are written in Pawn Language which you can "read more about along with interface here".

Entity Editor

  • Hover over the gutter (line numbers) when the line is red to see the error message.
  • Highlight a function name and you can right click and select search help and the function will get display in the Help Section.
  • Ctrl + space brings up function auto-complete.

Insert Function

When in the Entity Editor, the Insert Function dialog window can be brought up by right clicking.


Comments

Comming Soon