Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 637 Bytes

README.md

File metadata and controls

12 lines (11 loc) · 637 Bytes

sfall_script_editor

A script editor for classic game Fallout 2. Allows to edit and compile SSL scripts in a convenient way.

Features:

  • Advanced SSL syntax highlighting
  • SSL code tooltips for most built-in scripting functions as well as user-defined procedures and variables
  • Basic code auto-completion
  • Browse all procedures and variables in current script
  • Some basic code editor features like auto-indent, indent selected text, etc.
  • Quick view of MSG files associated with NPC/object scripts
  • Quick compilation using external command-line compiler
  • Full support for advanced scripting using sfall (extended SSL language)