What is he code for checking mountpoint so it acts when you sit in that slot for this script?
function checkWarthogMount(%obj, %player)
{
if(%player.getObjectMount() $= %obj)
{
if//--------------???-----------
{
%player.mountimage(turretimage,2);
}
}
}