sahisahi
Member
This is from ForensicEval skill.
Original code:
My mod:
Error:
Errors:
+ Skills/ForensicEval.cs:
CS1729: Line 237: 'Server.Network.UnicodeMessage' does not contain a constru
ctor that takes '9' arguments
Original code:
Code:
if (m_Corpse.m_Forensicist != null)
m_Corpse.LabelTo(m_From, 1042750, m_Corpse.m_Forensicist); // The forensicist ~1_NAME~ has already discovered that:
My mod:
Code:
if (m_Corpse.m_Forensicist != null)
m_From.Send( new UnicodeMessage( m_Corpse.Serial, m_Corpse.ItemID, MessageType.Label, 2578, 3, "", "", "The forensicist {0} has already discovered that:",m_Corpse.m_Forensicist));
Error:
Errors:
+ Skills/ForensicEval.cs:
CS1729: Line 237: 'Server.Network.UnicodeMessage' does not contain a constru
ctor that takes '9' arguments