View Single Post
  #1  
Old 09-29-2001, 01:49 AM
Warcaptain Warcaptain is offline
Banned
Warcaptain's Avatar
Join Date: Jun 2001
Location: Virginia, USA
Posts: 2,086
Warcaptain is on a distinguished road
Send a message via ICQ to Warcaptain Send a message via AIM to Warcaptain Send a message via Yahoo to Warcaptain
Lightbulb Scripting Ideas (Yes, more ideas)

Here are some ideas I think would be real cool.

NPC Code:

replacecolor string,red,green,blue,newred,newgreen,newblue;



Replaces the color designated inside the string.

so you can do things like new body shapes, or make larger bodies for your playerworld.

NPC Code:

imagescount
images[i].width
images[i].height
images[i].x
images[i].y
images[i].layer
images[i].partx
images[i].party
images[i].parthoriz
images[i].partvert



its pretty much self explanitory, if you dont understand it, you really dont need to be using it.



The variable is different for each npc, so if you did showimg 400,blah,blah,blah;
and didnt show 0,399, it would still have 1 as the count.
this would be an easy way to change x,y of images and parts etc, easily without having to declare the other part, like if you declare the partx, you wouldnt have to do party, which might cause bugs or bugs.
Reply With Quote