View Single Post
  #3  
Old November 3rd, 2009, 04:22 PM
Stavis_L's Avatar

Stavis_L Stavis_L is offline
Second Lieutenant
 
Join Date: Sep 2008
Posts: 466
Thanks: 35
Thanked 95 Times in 60 Posts
Stavis_L is on a distinguished road
Default Re: Sprites Question

Quote:
Originally Posted by Burnsaber View Post
The command is #copyspr1 or #copyspr2, not #copysprt
Actually...isn't the command:

HTML Code:
#copyspr 123 --where 123 = unit number of unit sprite is copied from
the 1/2 refer to new sprites:
HTML Code:
#spr1 "/path/to/imageNormal.tga"
#spr2 "/path/to/imageAttack.tga"
Either way, it sounds like a syntax issue.
Reply With Quote