i'm getting a constant problem with scripts refusing to save, even real simple ones. if there's a syntax error, a box will usually pop up telling me what the problem is, but most of the time it just does nothing, doesn't save, and when i try to close the script box it hilariously ask "would you like to save your script?" (clicking yes doesn't save it...)
is there something wrong with the CS? it's happening with the most simple thing
scn questscript1
begin gamemode
if bandit1ref.getdead == 1
setstage quest1 10
endif
end
-----
there might be a problem with that i don't see, i'm only a beginner, but why is it just doing nothing when i click save?