View Single Post
  #11  
Old 07-22-2008, 08:33 AM
Derision
Developer
 
Join Date: Feb 2004
Location: UK
Posts: 1,540
Default

Try:

Code:
Message(13, "My race is %d", m_pp.race);
%d means there is an integer argument following to substitute into the string. Lookup the C printf function for other types you can use.
Reply With Quote