Create a console to execute commands and give orders

I tried it so many times. I need to create a console like half life’s console to give orders to the objects. I tried it using the text entry but i dont know how to do what i want.

For example, I want to type “moveright”, press Enter and then the object moves to the right. I want to make a game that only works throw command orders.

Sorry about my english.

Well, I guess you have to set the text of a text object to the text of the text entry first, and after each input check if it was enter, check if it is a valid command and clear the text input.

Could you make an example for me? I dont understand this part: “and after each input check if it was enter, check if it is a valid command and clear the text input”.
Thanks for the answer!

@LoliWithAGun not sure if this is what you wanted :slight_smile: but here you have it Project

I will create an little extension for that

I am going to post a new topic with the extension. Look at recent topics.