Actions

Advanced Scripting: Difference between revisions

From Iron Realms Nexus Client Documentation

No edit summary
No edit summary
Line 1: Line 1:
== Topics ==
The [[SimplifiedScripting|simplfied scripting]] system in the Nexus client should offer enough options for most players of the game. However, for those of you that may need a bit more power, or have some specific needed you can use javascript to do nearly everything else.


*[[Javascript]] - Using Javascript to manipulate the client.
*[[Javascript]]: Javascript is the scripting language for the Nexus client.
*[[Functions]] - Unleashing the full power of the HTML5 client.
*[[Functions]]: Create custom javascript functions to use in with other [[reflexes]].
*[[GMCP]] - Using GMCP information in your scripts
*[[GMCP]]: The game server communicates behind the scenes with the Nexus client using GMCP. You can access this information.
 
----
== Examples ==

Revision as of 07:23, 8 February 2016

The simplfied scripting system in the Nexus client should offer enough options for most players of the game. However, for those of you that may need a bit more power, or have some specific needed you can use javascript to do nearly everything else.

  • Javascript: Javascript is the scripting language for the Nexus client.
  • Functions: Create custom javascript functions to use in with other reflexes.
  • GMCP: The game server communicates behind the scenes with the Nexus client using GMCP. You can access this information.