View Single Post
06-10-05, 04:17 AM   #16
greycap
A Deviate Faerie Dragon
Join Date: Jun 2005
Posts: 11
function name in LUA:
DS_TextureUpdate()


function name in XML:
DiivSkins_TextureUpdate();


result: DiivSkins_TextureUpdate a nil value

reason? doesnt exist.




oh, and as to why it works in the first place and not when its changed? youre calling the correct function (DS_TextureUpdate()) from within DS_TextureOnEvent().

Last edited by greycap : 06-10-05 at 04:42 AM.
  Reply With Quote