Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 627 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 627 Bytes

This is now a local fork, and might be outdated. Please use the main repo, which is now located at https://github.com/ACEmulator/EmoteScript

EmoteScript

A simple scripting language for Asheron's Call emotes

Usage: EmoteScript <filename>

Converts an EmoteScript file into a sql/json file

Example:

.es input file:
https://github.com/gmriggs/EmoteScript/blob/master/EmoteScript.Tests/Scripts/cow.es

.sql output:
https://github.com/gmriggs/EmoteScript/blob/master/EmoteScript.Tests/Scripts/cow.sql

.json output:
https://github.com/gmriggs/EmoteScript/blob/master/EmoteScript.Tests/Scripts/cow.json