Beispiel #1
0
 public LongPostLinesPrompt(PostGump pg, Mobile m)
 {
     m_PG = pg;
     m.SendMessage("Start typing your post, press enter to add another line or <ESC> if the post is finished.");
 }
Beispiel #2
0
 public ReadFromBookTarget(PostGump pg) : base(-1, true, TargetFlags.None)
 {
     m_PG = pg;
 }
 public LongPostLinesPrompt( PostGump pg, Mobile m )
 {
     m_PG = pg;
     m.SendMessage( "Start typing your post, press enter to add another line or <ESC> if the post is finished." );
 }
Beispiel #4
0
 public ReadFromBookTarget(PostGump pg) : base(-1, true, TargetFlags.None)
 {
     m_PG = pg;
 }