Speaking of which, anyone have any ideas what code snippet I would use to assign strings to a text function?

I can assign one, but for some reason, when I attempt to assign a second one, it ignores it and uses the first. Obviously, this is not all the code I'm using, but I think it shows the gist of what I'm trying to get at. ..

ie

string = "hi there";
string1 = "well hello";

text dialog
{
....
}

function assign1()
{
dialog.string = string;
}

function assign2()
{
dialog.string = string1;
}

Odd that it continously shows the "string" text, and assigning string1 fails to reassign dialog.string.

Ah well. I'll figure it out and get everything posted as soon as I can

Last edited by laethyn; 01/12/06 19:05.

Read the manual, it's a good place to start learning ~ ulillillia