i've been having scripting problems which i dont get... to me it looks like it should work, ok heres the idea.
theres three buttons, there are mouse enters as events, and when they enter it changes the value of a variable called "char"
what it does is select what character you're using
ok, the problem is when you start the game,
the event on the button is the following:
mousedown "left",script editor:
{
if (char1p=1);
CreateActor("Naruto1", "Narutorightbreath1", "(none)", "(none)", 502, -1424, true);
if (char1p=2);
CreateActor("Sakura1", "Sakurarightbreath", "(none)", "(none)", 502, -1424, true);
if (char1p=3);
CreateActor("Sasuke1", "Sasukerightbreath", "(none)", "(none)", 502, -1424, true);
}
i have no clue why this doesnt work and i need your help to fix this problem i greatly appreciate it THX