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

8 lines
158 B
Plaintext

#include "zep_inc_phenos"
void main()
{
object oPC = GetPCSpeaker();
object oMount = OBJECT_SELF;
zep_Mount(oPC, oMount, 0, fDEFAULT_SPEED, "horse_dismt");
}