When I execte the script the bug happens, really mean that. The code came from workshop 5 in the files you download off of the 3dgamstudio website. Where the manual download is located. I added a few things to the code if you have noticed.
Yeah I see that, but It don't post to shutdown when it has an error in the script. I guess I will talk to you tommorow sometimes, cause I think it is night over there.
The problems from the first message occur, cause you have tried to give a panels position with variables inside the panel definition. This is not allowed. You may assign integer constants only. E.g. pos_x = 3;
The second error message is because SED anyhow crashes. Try to run the script with the black run button (not the red one). This has been reported to be anyhow related to chrashes in SED.
Always learn from history, to be sure you make the same mistakes again...
Re: Bug in the Script Editor
[Re: Uhrwerk]
#128688 05/09/0701:3505/09/0701:35
SED isn't all that bad. I use it all the time and have had very few crashes.
Regarding your problemo, did you write that yourself, copying from the tutorial (I know that's where it came from, I can smell it), or did you just do a copy and paste? That missing semicolon could be a lot of your problem.
Code:
void main()
{
cout << "I am MrCode,";
cout << "hear me roar!";
system("PAUSE");
}
Re: Bug in the Script Editor
[Re: Uhrwerk]
#128689 05/09/0710:5505/09/0710:55