![]() |
#2
|
|||
|
|||
![]()
To Add the string use (the strings should declared global):
Code:
Objective_Total_Blue += Objective_P; Code:
GamePlay.gpHUDLogCenter(null, "Red Objective Total: {0} :: Blue Objective Total: {1} ", new object[] { Objective_Total_Red, Objective_Total_Blue }); |
|
|