Author Topic: Check mountpoint  (Read 780 times)

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


         }   

      }
   }