zials turtial got me even more confused i suggest you people read the blue book you migth make a game in a month or so
Inuyasha320 wrote:
|
I have a problem. A big one.
I have downloaded BYOND onto my computer. After I click it and login, I want to make my own game. So, I assume you need to go to "Make your own games." I click there and it says "Could not find BYOND" I really need help on this! I'm sorry if this is a real obvious answer, but I just started, and the Blue Book just confused me more! A BIG thanks to anyone who can help. |
Clonedude wrote:
BLUE BOOK TO LONG!!!! Then don't bother learning to program, it probably takes too long for you. |
it keeps say ing this
loading Testword.dme Testword.dme:15:error:turf :bad or missplaced statement Testword.dmb - 1 error, 0 warnings (double-click on an error to jump to it) |
plz help...i dont know how to add two outputs in skins.one for ooc,say,etc.
and the other for fighting and training |
Jonathanadel wrote:
plz help...i dont know how to add two outputs in skins.one for ooc,say,etc. src << output("whatever you want to output","the output name") |
J0k3r_2099 wrote:
and i followed it directions Zialals tut right? The indentation is wrong :O. |
does anyone know the code to anouce someones death.like somebody554 killed anotherbody77
|
Guys. Srsly.
1. Go here: http://www.byond.com/developer/ forum/?action=forum_search_compose 2. In the drop down menu labeled 'Forum', select 'Developer How-To'. 3. In the text field labeled 'Message contains words' type in what you're looking for. For example, Logout -> type 'Logout', Death 'Code' -> type 'death' or 'mob.die'. 4. Press 'Show Messages' and then look through the messages it gives you for the information you want. It's not hard. (PS. Mods: Can you disable comments on these or clean them up a bit - when you get a free nanosecond) |
I have downloaded everything... but when I click make games it says the url was not found. PLZ help
|
how do i make my byond game full screen(when every i make the map long it just shows a small box in the middle with black around it)
|
how do i make my byond game full screen(when every i make the map long it just shows a small box in the middle with black around it)
|
First of all, all games that involve hitting logs, pbags, etc. are bound to fail. You might wish to create your own, fun training system, and reading the DM guide can teach you the basics to get on your way to doing this. However, I'll help.
obj/Log
verb/Hit()
set src in view(1)
stat_up(usr)
proc/stat_up(mob/M)
Gen
stat_up(mob/M) M.gen++
Also note that this is not the place to ask for help. The developer forums were specifically made for this, so you should ask there instead.