Thread: addspritedef
View Single Post
  #2  
Old 01-21-2002, 10:47 AM
Python523 Python523 is offline
Banned
Join Date: Aug 2001
Location: Illinois
Posts: 3,498
Python523 is on a distinguished road
Re: addspritedef

Quote:
Originally posted by Thak2
Don't know if this has been suggested before, or if it is avaliable in NPC Server, but...

A command like addtiledef, except adding over sprites.png instead of pics1.png.

It would be useful if a sign's image was changed, or a bushes, or if someone wanted to replace the arrow graphic with their own.

Maybe the code would be like:

addspritedef spritesimage,levelstart,x,y;
That's a really good idea, they could also add
addstatedef (for people who want a new state but dont want to script it)
Reply With Quote