ID:266683
 
Ok I have a code like this

obj/MessageBoard
var
saved_x
saved_y
saved_z
saved_desc
write
name="Message Board"
icon='Tiles.dmi'
icon_state = "Board"

Click()
usr << "[src.desc]"
src.desc = input("What would you like to post on the message board?","Page",src.desc) as message//asks what page you want to write on.
src.name = input("What do you want to make the title?","Title",src.name)//asks them for a title of the page.

How do UI make it so where when you post a message you can only add your message along wiht a title????