View Single Post
  #6  
Old 07-03-2007, 11:11 AM
zokemon zokemon is offline
That one guy...
zokemon's Avatar
Join Date: Mar 2001
Location: Sonoma County, California
Posts: 2,925
zokemon is a jewel in the roughzokemon is a jewel in the rough
Send a message via ICQ to zokemon Send a message via AIM to zokemon Send a message via MSN to zokemon Send a message via Yahoo to zokemon
To OP:
I suggest you tinker with player.zoom if you want to hide the player.
Just basically do something like set a player.attr to true if someone should go invisible then either in a System script or in a gani status script (like the "heart" gani that was on Maloria when it was public) make something that hides players with that attr set to true. Just player.zoom = 0; to hide and player.zoom = 1; to show. This will also hide their name.

Then there is also the easy way:
setani("", "");
__________________
Do it with a DON!
Reply With Quote