View Single Post
  #5  
Old 02-01-2011, 08:50 PM
Crow Crow is offline
ǝɔɐɹq ʎןɹnɔ
Crow's Avatar
Join Date: Dec 2006
Location: Germany
Posts: 5,153
Crow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond repute
Quote:
Originally Posted by fowlplay4 View Post
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 
Dammit, I seriously wanted to avoid **** like that :/ I'll give it a try, but this is one of the most annoying workarounds I've seen so far. I hope some genius will come up with something more elegant. Thanks, though.
Reply With Quote