View Single Post
  #7  
Old 09-28-2005, 01:00 AM
Admins Admins is offline
Graal Administration
Join Date: Jan 2000
Location: Admins
Posts: 11,693
Admins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud of
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); 
Ah wrong
The problem is that this.wall is used as normal variable and array at the same time. Rename the array stuff to this.wallarr or whatever
Reply With Quote