Thread
:
New Character: Hunger / Thirst
View Single Post
#
11
07-22-2008, 08:33 AM
Derision
Developer
Join Date: Feb 2004
Location: UK
Posts: 1,540
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.
Derision
View Public Profile
Send a private message to Derision
Find all posts by Derision