View Single Post
  #5  
Old 02-16-2004, 05:25 AM
Monrezz's Avatar
Monrezz
Dragon
 
Join Date: Mar 2003
Location: #loc
Posts: 745
Default

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
__________________

kRPG Profile
Reply With Quote