Files
HeroesStone_PRC8/_module/nss/zm_spider_follow.nss
Jaysyn904 1eefc84201 Initial Commit
Initial Commit.
2025-09-14 15:40:46 -04:00

7 lines
176 B
Plaintext

//makes pet spiders follow an owner on spawn
void main()
{
object oFollow = GetNearestObjectByTag("ZoMarraCitizen",OBJECT_SELF,1);
ActionForceFollowObject(oFollow,1.0f);
}