ID:270690
 
i am new to coding and i am trying to make a game and i looked at the one for beginers in byond but i am doing it and it keeps on saying error. Can some one please tell me or show me a website to help me.
Refer to the DM Guide in the Resources section..


http://www.byond.com/docs/guide/
hello Mega_joe welcome to byond ^_^

when you say you get an error can you tell me what that error is?

also
http://developer.byond.com/hub/Dantom/YourFirstWorld
is a good way to start learning and then if you look at the demos and there code you can start to pick up on how the basics work
http://developer.byond.com/hub/DM/Demos

once you have worked out the basics come back and im sure the older members will be able to link you to other items that will be able to help you more.


In response to Nexus6669
like if i have the word verb in it is blue and it wont let me run it
In response to Mega_joe
something like this?
mob
verb
verb()
?
please post the code thats giving you the error and we will tell you whats wrong with it.
In response to Zmadpeter
mob
verb
smile()
world << "[usr] grins."





it was this
In response to Mega_joe
The code looks alright. Does it tell you you have incorrect indentation? Try turning on the tabs (Options_ShowTabs). If there are weird spaces between the tabs, it won't work. All the tabs should be in a perfect row running down the page. Try erasing all the space before each line of code and retabbing it, then try running it again.

Hope that helps.
In response to Foolster41
yeh just do what Foolster told you... should work
In response to Psycho8187
ok that helped but i am using that dm guide and i need too now how to make all that good stuff like trees and walls and floors. But it is going to be a harry potter game so if any one nows how to code in spell and can walk me through on how to do it i will make you co head master. And the co wner has made some icons for the students if any one knows how he can send them to me please tell me. He doesnt know how and i dont either.
In response to Mega_joe
Developer FAQ and demos (well, not that much in most cases of demos) are your friend in the magic sector.

Also, this is a great tutorial for RPGish games

- GhostAnime