Thread: EQ2Ext
View Single Post
  #1  
Unread 01-15-2006, 09:32 AM
Erahain Erahain is offline
A Crazed Gnoll
 
Join Date: Jan 2006
Server: Antonia Bayle
Posts: 23
Default EQ2Ext

I'm currently working on a library modules, that eases up scripting;
these are the features (not all is implemented yet)

* lists with key/value pairs, it recycles old items =)
* events (OnMouseMove OnTimer, OnTick, etc..)
* for/while/foreach loops
* select (if's with multiple choices)
* if-statements (not only ? : )
* accurate timer measuring (not time of day though)
* arrays
* mouse position reading

What do you think?

* Worth to mention: This is written in XML, so this is not some kind of executable addon
Reply With Quote