You must be logged in to do that.

EntityStalk

EntityStalk
void EntityStalk(int stalker, int stalkee)

Documentation

EntityStalk makes an entity follow behind another, where stalker is the entity who's following and stalkee is the entity being followed. Useful for when you want party members following the leader.

Example Usage

// Make companion follow the player.
EntityStalk(companion, player_ent);

// Make the entity Bob follow the entity Jim.
EntityStalk(bob, jim);

// Stop following.
EntityStalk(companion, -1);
EntityStalk(bob, -1);
Talkback

Post a new comment?

Talkback #1 written by eltimo on 2006-03-10.

Can someone explain to me in a bit more simple terms how this would work please????

Post a new comment?

Ben McGraw's lovingly crafted this website from scratch for years.
It's a lot prettier this go around because of Jon Wofford.
Verge-rpg.com is a member of the lunarnet irc network, and would like to take this opportunity to remind you that regardless how babies taste, it is wrong to eat them.