View Single Post
  #4  
Old 08-30-2011, 03:21 AM
ffcmike ffcmike is offline
Banned
Join Date: Jul 2004
Location: London
Posts: 2,029
ffcmike has a reputation beyond reputeffcmike has a reputation beyond reputeffcmike has a reputation beyond reputeffcmike has a reputation beyond reputeffcmike has a reputation beyond reputeffcmike has a reputation beyond reputeffcmike has a reputation beyond reputeffcmike has a reputation beyond repute
Send a message via AIM to ffcmike Send a message via MSN to ffcmike
Quote:
Originally Posted by callimuc View Post
Ok thanks. So it should look like this:
PHP Code:
setani("ganiname_"@player.dirNULL
(thought because it would save space unlike using
PHP Code:
if (player.dir 0) {
if (
player.dir 1) {
//... 
Or what about using showimg() for each direction? What would be best?
Using showimg() would probably be more convenient, but using separate ganis would be more efficient.
Reply With Quote