
06-12-2002, 10:38 AM
|
Banned
|
Join Date: Jun 2002
Posts: 307
|
|
here pith since you make npcs for the guys i just copied all stuff
// Graal2002 NPC by Stefan Knorr
if (created) {
// Initialize the attributes
showcharacter;
setcharprop #3,head530.png;
setcharprop #C0,yellow;
setcharprop #C1,black;
setcharprop #C2,black;
setcharprop #C3,yellow;
setcharprop #C4,black;
setcharprop #C5,black;
setcharprop #C6,white;
setcharprop #C7,white;
setcharprop #n,SLaG;
setcharprop #c,;
setcharprop #1,alphastrike2-sword.png;
swordpower = 1;
setcharprop #2,no-shield.png;
shieldpower = 3;
setcharprop #8,body13.png;
setcharprop #P1,hat22.png;
setcharprop #P2,bomy_pirat0.png;
setcharprop #P3,0 0.7 0.7;
dir = 3;
setcharani idle,;
ap = 41;
hearts = 2;
x = 29.69998;
y = 33;
} |
|
|