ID:176874
Dec 1 2002, 1:14 pm
|
|
How is it possible to make a Selection screen? Like, In RaeKwon's Zeta, he has what is almost like the splash screen, where it lets you create new char, or load, or delete. How Can I make a screen like that?
|
Copyright © 2024 BYOND Software.
All rights reserved.
turf
selection
icon = 'selection.bmp'
then you need to make other turfs that do the clicking
turf
new_character
Click()
Make_Character_Proc() or whatever proc you want it to do. do this for the other things like load and stuff.
now then, go to your map, and insert your turf 'selection', which is a bitmap. then, on the parts of the bitmap where you drew your selection boxes, insert the corresponding turfs (like new character turf on the part of the bitmap that has the new character box) remember; turfs don't have to have an icon, so nobody will be able to distinguish the different selection turfs on your bitmap.