Author Topic: Which console command lets you mount another person?  (Read 528 times)

I need to know. I don't want to download FFC.

Findclientbyname(name).player.mountobject(ObjectID,Nodenumber);

Not sure if that would work, try seeing if you player has a objectID...

Not sure if that would work, try seeing if you player has a objectID...
funnily enough, i bet every object has an objectID

Findclientbyname(name).player.mountobject(ObjectID,Nodenumber);

Not sure if that would work, try seeing if you player has a objectID...

findClientByName(You).player.mountObject(findClientByName(Victim).player, nodeNum);

findClientByName(You).player.mountObject(findClientByName(Victim).player, nodeNum);
That'd work c:

findClientByName(You).player.mountObject(findClientByName(Victim).player, nodeNum);
ty, lockng