Skip to content

HackSlash581/HackScript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#HackScript

HackScript is the custom scripting language to accompany L.A.M.D.A. Quest. It is compiled to JavaScript and attached to game entities.

##Supported Syntax

  1. Conditionals

if <expression>: <propertychain | function call | expression | assignment>

  1. Timeouts

every <time in milliseconds>: <function name>

  1. Assignment

<property | property chain>: <property>

##Examples

if enemy.distance < 2: player.activateShield

every 2000: player.heal

player.tunic.color: blue

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published