View Single Post
  #1  
Old 05-11-2001, 01:45 PM
Cyboars Cyboars is offline
Registered User
Cyboars's Avatar
Join Date: Mar 2001
Location: Everwhere.
Posts: 209
Cyboars will become famous soon enough
Send a message via AIM to Cyboars Send a message via Yahoo to Cyboars
I've worked on this for human pets --almost done.here's the follow script

NPC Code:

// Graal NPC by Chris
if (created) {
// Initialize the attributes
showcharacter;
setcharprop #3,head1132.gif;
setcharprop #C0,black;
setcharprop #C1,black;
setcharprop #C2,black;
setcharprop #C3,black;
setcharprop #C4,black;
setcharprop #n,-=ÇÿÞh먯â€*h=- (Corrupted Angels);
setcharprop #2,no-shield.gif;
shieldpower = 1;
setcharprop #8,body2.png;
dir = 2;
ap = 0;
}
if (playerdir = 1){setdir = 1;}
if (playerdir = 2) {setdir = 2;}
if (playerdir = 3) {setdir = 3;}
if (playerdir = 4) {setdir = 4;}
if (playersays(Cool)){say2 Want Cyph to follow?;}
if (playersays(follow)){followplayer;}


I'm not including the pet part :-P
And I AM Including a Picture of me running around a Mithica Level (offline) with a crapload of followers...
Attached Thumbnails
Click image for larger version

Name:	originalclocktownparty.png
Views:	261
Size:	43.6 KB
ID:	667  
__________________


Returned to Graal 2/1/02
Reply With Quote