Hi everybody,
I am using the Verb-Coin-Style for the first time.
I started with the default Verb-Coin game of AGS 3.2.1.111. But as I am designing my game in German, I would like to change the text output for the "Verbs".
That was no problem for the direct Verb-Coin-Actions (Look, Interact, Talk), as they are directly defined in the default game's global script. Probably it is simple as well, but I just cannot find where to change the default text output for items.
So instead of "Use ITEM on ???" i just want my game to say "ITEM + ???". Where can I change that?
Thanks in advance.
Ranaya
Line 561 of Scumm VerbCoin GUI.asc:
standard_txt = String.Format("Use %s on %s",action_name,location_name);
Thank you Khris,
it worked.
As a small addendum:
line 561 handles ITEM on "ROOM".
To customize the ITEM on ITEM text output, I had to change line 609 as well.
Thanks again and bye,
Ranaya