This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| xrpl:common_scripting_language [2019/02/25 02:18] – created Karsten75 | xrpl:common_scripting_language [2021/03/24 15:48] (current) – removed Karsten75 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | All games since CW2 has some basic form of scripting. CW3, Particle Fleet and now CW4 has a more comprehensive scripting language based on Reverse Polish Notation (hence the RPL-part of the name).  | ||
| - | While each language has unique, game-specific APIs, there is also a common base of control, math and so forth.  | ||
| - | |||
| - | To avoid duplication, | ||