Adventure Game Studio

AGS Support => Beginners' Technical Questions => Topic started by: KyriakosCH on Wed 07/10/2020 20:01:01

Title: How to change option names in the 9-verb?
Post by: KyriakosCH on Wed 07/10/2020 20:01:01
How can I change the options' names in the 9-verb interface?
I must say, I expected those to be actual sprites, but apparently they are text + graphical background?
Title: Re: How to change option names in the 9-verb?
Post by: VampireWombat on Wed 07/10/2020 23:44:46
I was waiting to see if anyone else would answer.
I've recently used the Tumbleweed template and the verbs definitely are sprites. Under sprites the subfolder is GUI and then the different languages. Of course if you want it to change what the description says once you click it, that will require modifying the code a bit.

If you want to change the descriptions, edit the Verbgui script. Line 605 starts the English versions. Scroll up a bit for other languages.
Title: Re: How to change option names in the 9-verb?
Post by: KyriakosCH on Thu 08/10/2020 05:01:49
Thanks! :)