ID:178509
 
this is what i have...

world
New()
..()
world.log << "Instance opened at approx. [ReportDate(world.realtime)]."
var/savefile/F = new ("s_admin.sav")

F["ban"] >> ban
if(isnull(banned))
banned = new /list

F["GMs verbs"] >> GM verbs
if(isnull(GMs))
GM = new /list.

F["completelist"] >> completelist
if(isnull(completelist))
completelist = new /list

Del()
var/savefile/F = new ("s_admin.sav")
F["GMs"] << GMs
F["completelist"] << completelist
F["banned"] << banned

world.log << "Instance closed at approx. [ReportDate(world.realtime)]."
..()

but it says on line 16 this
DWO Quest.dm:569:error: verbs: expected end of statement
F["GMs verbs"] >> GM verbs

I'm pretty sure that should have been GM_verbs, or some other connected word.
In response to Foomer
hmmm that added an extra 13 errors.......
In response to Aleis
maybe u could help me make an eaiser one