:DM Help Files [not newbie friendly at all]
:Blue Book [had no idea what to look for]
:Tutorials [90% geared towards graphical games]
:Message Board [The subjects that do cover what I need to know are written for people with some common knowledge of DM, of which I have barely any.]
:Tutorials on Byondscape [Nothing really new outside of the tutorials I found on Byond page]
So what am I trying to do? Nothing too impressive, I just need to figure out how to make a player spawn into a certain mob type when they log in based on their Key. Something to this degree:
world
if(key == "Name") mob = /mob/NameClass
else mob == /mob/DefaultClass
This doesn't work. And throws about six errors. I'll just assume this isn't the way to do things, I tried putting this under the client/new instead of world sections, but it just disconnects me when I start the game. Obviously I still had the wrong idea. I've been fighting with this command for a couple of weeks now, and finally had to post here asking for help. My apologies if it is a stupid question.
The second thing I want to do is disable the info tab that lists all available verbs, the reason being that in a text RPG, part of the fun of solving certain puzzles is ruined by seeing the new verbs that popped up in the panel. I'm pretty sure this can be done. But I don't even know what to start looking for.
I'm willing to learn all of this on my own, but resources on tutorials for text RPGs is limited since so many people want their games to be graphical. And I've noticed the graphical commands somehow don't transfer well, even when the graphical stuff is stripped away. If anyone can point me to any tutorials aside from Zilal's I will gladly go there instead of asking here. Any help is greatly appreciated.