
07-06-2001, 09:25 PM
|
|
The one, The only -
|
 |
Join Date: Apr 2001
Location: USA, Minnesota
Posts: 1,012
|
|
basically...
|
basically all I have ever saw in shadow dragons was npcs that were destructive... and that makes a pk server usually (most owners dont like pk servers)...
and I also agree you should give the guts of the script...
mabie make tatorals on how to make the script but never give the the script fiscally...
like for a npc to look like a character
you first start out by making the npc on your screen. Then you open the script editor. After you do that then you need a if/then statement. This will be the created one. so it kind of looks like this.
if(created){
}
then you put in showcharacter so the npc knows to show the character. Under that you use
setplayerprop thing you want to set,stuff to set it to.
you can find the different things to set at the bottom of the command.rtf (it is in your npc editor on the right side). like #c = the text of the character. It would look like this
setplayerprop #c,this is my npcs text;
I mean you can just do stuff like that... then people have to read it and make it there selfs... |
__________________
Thanks,
-KJL
|
|
|
|