BSL:BFW Scripting Language: Difference between revisions

m
removing comparison to C, it's really not that similar
m (removing link to obsolete page)
m (removing comparison to C, it's really not that similar)
Line 1: Line 1:
'''Bungie Scripting Language (or BSL)''' is what Oni scripts are written in. It's a programming language akin to C with some shell-script features as well, although it is far more limited in scope than a "real" programming language, as it was designed only to move events forward in the game, not to build programs.
'''Bungie Scripting Language (or BSL)''' is what Oni scripts are written in. Being a scripting language, it is far more limited in scope and usage than a "real" programming language, as it was designed only to move events forward in the game, not to build programs.


==What Are Scripts?==
==What Are Scripts?==