Posted by member 248213 on 2006-08-21 07:51:16 link

!if {"%#resolutionx*10%#" < "8000"}{!alert "too small :)"}

=
!LuaExec if evar.ResolutionX * 10 < 8000 then exec ("!alert 'too small :('") else exec ("!alert 'too big :('") end


:D

Are you going to write a mz wrapper?