NPC Activities 6.0 doesn't compile in v75.8176
Grymlorde
Member Posts: 121
@dwinblood - NPC Activities 6.0 doesn't compile in EE v75.8176 I get the following error messages:
npcact_h_cconv.nss(751): ERROR: UNTERMINATED STRING CONSTANT
npcact_h_cconv.nss(752): ERROR: UNTERMINATED STRING CONSTANT
The code in question is as follows:
npcact_h_cconv.nss(751): ERROR: UNTERMINATED STRING CONSTANT
npcact_h_cconv.nss(752): ERROR: UNTERMINATED STRING CONSTANT
The code in question is as follows:
case 12: return "/\/\";
case 38: return "/\/\";Can you please post a fix? Thanks!
0
Comments
case 12: return GetStringLeft("/\/\ ", 4);
case 38: return GetStringLeft("/\/\ ", 4);