Adventure Game Studio

AGS Support => Beginners' Technical Questions => Topic started by: Olleh19 on Mon 28/09/2020 00:25:28

Title: Thumbleweed Character Extension not working
Post by: Olleh19 on Mon 28/09/2020 00:25:28
Well, i guess the title is a little misleading. The Manual documentation does not explain to my basic knowledge how to do that, only objects, you type in the description >p for pickup, etc. But Character has no Description so i am guessing it is possible to do within code "any click on character". So i have a character but he is acting more like an object that you eventually pickup.

Everything worked fine, until i ran into this issues where i don't want to frustrate myself when looking for bugs (or the player when he or she is playing the part).

Is it possible? I've tried the "Verbs.Removeextension (eGATalkto") but i'm not sure how the Syntax works, it's doing nothing! If it's even meant to do that! I hope.

Title: Re: Thumbleweed Character Extension not working
Post by: Khris on Mon 28/09/2020 08:44:24
Ok, so you want the default action for a character to be "Pick Up", added >p to their in-game name but it doesn't work? The default action is still "Talk To"?

It works fine for me. The Description the manual is referring to is called "RealName" in the editor.
Title: Re: Thumbleweed Character Extension not working
Post by: Olleh19 on Mon 28/09/2020 09:14:38
Quote from: Khris on Mon 28/09/2020 08:44:24
Ok, so you want the default action for a character to be "Pick Up", added >p to their in-game name but it doesn't work? The default action is still "Talk To"?

It works fine for me. The Description the manual is referring to is called "RealName" in the editor.

OMG! It worked! I can't believe it didn't before when i've tried?! So i ended up trying several things in code inside. Thanks as always Kris!!