Heres the script:
Begin 01mc_savethenoobs_DTif ( GetJournalIndex "mc_dissidentpriest" >= 330 ) returnendifelseif ( GetJournalIndex "mc_dissidentpriest" = 340 ) "01mc_DrevisTaphael"->postionCell 2717 4553 12169 0 "Abal Chuflour's Shack, Hidden Area" endifendifEnd
There are three errors: "01mc_DrevisTaphael" reference object not found (I Don't know why, i'm looking at it as i type this; copy and pasted i.d.)
: Script command PositionCell not found
: mismatched endifs starting on line 6
I'm completly at a loss as to why any of those occured. There are two if's and two endif's, so i don't know what's up with that. Any help appreciated, thanks!
EDIT: I tried to compile the script in MWEdit and got a complete different set of errors >.<
This is what I have according to fixing the errors it gives.
Begin mc_savethenoobs_DTif ( GetJournalIndex "mc_dissidentpriest" >= 330 ) returnendifif ( GetJournalIndex "mc_dissidentpriest" = 340 ) "01mc_DrevisTaphael"->postionCell 2717 4553 12169 0 "Abal Chuflour's Shack, Hidden Area"endifend
It it still says that where the = is in
( GetJournalIndex "mc_dissidentpriest" = 340 )
was expected to be a ) , not a =. I don't know. Im confused..