ID:176088
 
Ok Ive made a vehicle but its a jpg file and is much bigger than a player icon, I want the player to be able to climb into it and take control without their icon still being there, once they have landed i want them to be able to get off it and change back to their original icon. Is this possible? If i cant can sum1 give me an alternative?
Demos. There is a vechile demo somewhere. As for the jpg. Forget that. Find a multi-tile demo.

Siientx
Rii wrote:
Ok Ive made a vehicle but its a jpg file...

Time to stop there. You need to use a .png or .bmp, because .jpg is not supported by BYOND.

and is much bigger than a player icon,

You'll have to look up multi-tile object demos for this one. It's possible this can work for you with just overlays with pixel offsets, but you might need to use multiple objs.

I want the player to be able to climb into it and take control without their icon still being there, once they have landed i want them to be able to get off it and change back to their original icon. Is this possible? If i cant can sum1 give me an alternative?

Yes, this is possible.

Lummox JR
In response to Lummox JR
Ok ive got the image working and set it to an overlay, but now how do I make it so my character isnt visible but they control the vehicle?