View Single Post
  #4  
Old 02-01-2011, 08:46 PM
fowlplay4 fowlplay4 is offline
team canada
fowlplay4's Avatar
Join Date: Jul 2004
Location: Canada
Posts: 5,200
fowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond repute
Well an obvious hack would be just to remove the shadow from the gani and draw another shadow but I figure you want to avoid that.

Shot in the dark.. pass the z value as a parameter and set it in the gani script:

PHP Code:
SCRIPT
function onPlayerEnters() {
  
this.params[0];
}
SCRIPTEND 
__________________
Quote:
Reply With Quote