Thread: Spawn woe's
View Single Post
  #8  
Old 12-09-2002, 04:49 AM
Dominatus
Sarnak
 
Join Date: Oct 2002
Posts: 35
Default

yeah, I know nothing about coding (I only dabble) but here is what I had to add to my perl log parser to get the right Z coordinate:

$zloc=$zloc/10+1;


The +1 is just for me, but it appears to be a decimal problem somewhere.
Reply With Quote