loading realm.dme
main.dm:36:error: ): expected }
main.dm:36:error: location of top-most unmatched {
main.dm:36:error: ): expected }
main.dm:35:error: location of top-most unmatched {
realm.dmb - 5 errors, 0 warnings (double-click on an error to jump to it)
From:
src << "Now, which diety are you loyal to? Your diety determines what type of Ki attacks you can learn." switch(alert("To which diety are you loyal to?",,"Bachara, God of Evil","Yalana, Goddess of Life","Pafara, God of Light")) if("Bachara, God of Evil") // error 1-3 src.alliance = "Bachara, God of Evil") // error 4 if("Yalana, Goddess of Life") src.alliance = "Yalana, Goddess of Life") if("Pafara, God of Light") src.alliance = "Pafara, God of Light")
Kindly do not comment of the fact that this code is strongly religious.
All these need a (
src.alliance = "Bachara, God of Evil")
src.alliance = "Yalana, Goddess of Life")
src.alliance = "Pafara, God of Light")