Code: Select all
str DefineMeTest; // Is there an error here? Nope :(
script 12 (str NameOfMonster) // <--- ERROR HERE
{
print (s: NameOfMonster);
}
Am I coding it wrong?
Or can ACS not support string input? I tried searching the wiki for what scripts can accept in argument boxes but couldn't resolve my issue.