View Single Post
  #6  
Old 09-27-2005, 09:32 PM
Ajira Ajira is offline
Poont.
Join Date: Oct 2004
Location: NY, USA
Posts: 477
Ajira is on a distinguished road
Quote:
Originally Posted by napo_p2p
For Loriel's movement system there is a fix...
Find: setarray this.wall,6;
and replace it with:
PHP Code:
  if (graalversion 3setarray this.wall,6;
else 
setarray(this.wall,6); 
Aha!
__________________
Liek omigosh.

Reply With Quote