Graphics, Characters, Text & Rooms: Difference between revisions

Line 276: Line 276:


   DisplaySpeech(EGO, "My name is %s!", character[EGO].name); //V2.6 and below
   DisplaySpeech(EGO, "My name is %s!", character[EGO].name); //V2.6 and below
   cEgo.Say("My name is %s!", character[EGO].name//V2.7+, or...
   cEgo.Say("My name is %s!", character[EGO].name);//V2.7+, or...
   Display("Your name is %s.", character[EGO].name);
   Display("Your name is %s.", character[EGO].name);


Anonymous user