generated from Jaysyn/ModuleTemplate
8 lines
158 B
Plaintext
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");
|
|
}
|