Translate only hotspot, why?

Started by Tequila144, Tue 08/04/2008 19:18:33

Previous topic - Next topic

Tequila144

#20
Ok. Now it works! Thanks!

Last thing:

When the actions are translate, they are "attached" with object/hotspot/characters.
Example:

(originale version): Usa monitor con Pc
(enghils version): UsemonitorwithPc

I can't insert (in games tool/script) a space before the object/hotspot/characters or a space after the actions because their translation don't work.

Khris

You could do this:
  Game.GetTranslation("Take %s")
Then use String.Format to insert the hotspot/o/c name.

Use a with b is a bit more complicated:
- "Use !s with %s"
- insert location name
- replace ! with %
- insert inv item name

Tequila144


SMF spam blocked by CleanTalk