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

14 lines
267 B
Plaintext

#include "zep_inc_phenos"
void main()
{
object oPC = GetLastSpeaker();
zep_Mount(oPC,OBJECT_SELF);
CreateItemOnObject("horsetether", oPC);
//object oPC = GetPCSpeaker();
//object oMount = OBJECT_SELF;
//zep_Mount(oPC, oMount, 0, fDEFAULT_SPEED, "HorseTether");
}