View Single Post
03-23-23, 03:05 PM   #5
Benalish
A Flamescale Wyrmkin
 
Benalish's Avatar
Join Date: Dec 2012
Posts: 123
I've created a fairly elaborate frame in XML, which inherits a template. Since writing

Code:
<OnLoad>
    -do stuffs
</OnLoad>
override the template's OnLoad scripts, I was wondering if it was possible to create a custom event.
There is a solution: rewrite the frame code in Lua, but that would be quite cumbersome. Some time ago I read about a little program that converts XML to Lua: does it still exist?

Otherwise, what solutions do you recommend?

In order to avod wall text, this is my frame coded in XML: https://tinyurl.com/ytmwmbt4, from line 52 to line 72

Last edited by Benalish : 03-23-23 at 03:08 PM.
  Reply With Quote