www.arnold11.karoo.net/Diffs.htm
Any entry in the quest column that doesn't have an entry in the perl column means it isn't supported in perl. Simple fix is to add a line at the bottom of embparser.cpp along the lines of:
"sub <MissingCmd>{push(@cmd_queue,{func=>'<Missin gCmd>',args=>join(',',@_)});}"
Then recompile.
Adds all the old avaliable commands in qst format to perl format, using same arguments.
Monrezz