ID:261307
 
How do i make it so that a picture can be viewed when sumone connectds to my game, then once they have chosen their char they go to the world and can't see the picture.
Deadman Walking wrote:
How do i make it so that a picture can be viewed when sumone connectds to my game, then once they have chosen their char they go to the world and can't see the picture.

I'm not sure if I understand the question fully, but I'll answer what I think you're asking. When the person logs in, set thier location at the picture. The way I do it is to just make a map file, then just put a bmp in it, so it looks like a title screen. Then, after they choose their character, set their location to the desired place.

Hope I helped, if not, sorry for wasting your time

=The Wizard of How=
In response to The Wizard of How
Yes but how do you add the bmp??

DeadManWalking
In response to Unix
You save a picture to the disired bin folder(this bin folder being the game you want the picture in). Then in your game, put something like this;

turf
TitleScreen
icon = 'TitleScreen.bmp'

Then go to your map, and you'll see the title screen in the tree, and just add it on to your map from there.

Hope I helped

=The Wizard of How=
In response to The Wizard of How
Wow You did help thx!!