Code: Select all
actor Test : ScriptedMarine
{
TRANSLATION "112:127=176:191"
}
But now it gives this error:
Code: Select all
LoadActors: Load actor definitions.
Error in translation '112:127=176:191':
Script error, "translation" line 1:
Expected integer constant but got ':' instead.
Code: Select all
actor Test : ScriptedMarine
{
TRANSLATION "112:127 = [255,0,0]:[8,0,0]"
}