Guys, Girls, Non-binaries,
I AM GOING INSANE! Ok, I've got a conversation going on with a character behind a door, I placed them in the scene so that the position of the dialog text is correct. But trying to call the variables for the character to define visibility JUST AREN'T working... I've tried setting visibility = false I've tried setting transparency I am getting no where... I also attempted to scale the character smaller and hide them behind a nonwalkable area... nothing... nothing is affecting the fucking character, it remains...
Code: ags
My biggest problem is I don't understand when and how I define variables for characters. Or Functions for interactions, I get half of it, but my syntax is wrong. Is there a set of tutorials for the new engine that can help, the ones written directly by Chris on the main page don't give me enough understanding WHY certain phrases and pieces are called and used together... Are there any scripting tutorials that can help me understand the formatting and procedure to make some headway and context for programming in general?
I AM GOING INSANE! Ok, I've got a conversation going on with a character behind a door, I placed them in the scene so that the position of the dialog text is correct. But trying to call the variables for the character to define visibility JUST AREN'T working... I've tried setting visibility = false I've tried setting transparency I am getting no where... I also attempted to scale the character smaller and hide them behind a nonwalkable area... nothing... nothing is affecting the fucking character, it remains...
function room_Load()
{
cEgo.Transparency = 100;
}
My biggest problem is I don't understand when and how I define variables for characters. Or Functions for interactions, I get half of it, but my syntax is wrong. Is there a set of tutorials for the new engine that can help, the ones written directly by Chris on the main page don't give me enough understanding WHY certain phrases and pieces are called and used together... Are there any scripting tutorials that can help me understand the formatting and procedure to make some headway and context for programming in general?