RPG Script

C like scripting language
Download

RPG Script Ranking & Summary

Advertisement

  • Rating:
  • License:
  • GPL
  • Price:
  • FREE
  • Publisher Name:
  • Evan Teran
  • Publisher web site:
  • http://www.codef00.com

RPG Script Tags


RPG Script Description

C like scripting language RPG Script is a C like scripting language designed to drive the event system in your RPG. It is a nice small, yet efficient engine written in C++. It is still a work in progress, and a little messy under the hood, but proves to be very useful for my RPG.The language was originally loosely based on code found in "C: The Complete Reference", but has been expanded on, re-written and improved very much. Here are some key features of "RPG Script": · Assignment to variables during declaration · Detection of duplicate functions · Combination assignment and modification operators (ex. +=) · Binary operations (ex: int a = b | c;) · Proper block level scoping for local variables (they are destroyed when the enclosing block is ended, not just function return · "else if" support · Vastly more complete syntax checking · Pre-tokenization of the program for improved execution speed, this also allows a future version to save this tokenized version and load it for execution. The goal being that you don't have to make your scripts open source. · Several other features I am failing to recall right now...


RPG Script Related Software