Skip to content

Game Scripting

Souzooka edited this page Dec 27, 2022 · 1 revision

Stub

  • Introduction
  1. RunScript
  • Workhorse scripting engine; supports mathematical operations, pointers, and extension functions (game functions)
  • Two file variants: STB, SB2 (link pages; NOTE: SB2 page currently includes RunScript operations, which apply to both variants)
  1. ScriptInterpreter
  • Non-conditional procedural scripting language; text files (unlike binary files for RunScript). Uses extension functions. Mostly for data initialization/storage.
Clone this wiki locally