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
#41 Feb 3 2009, 9:05 am
|
|
Inuyasha320 wrote:
| |
#42 Feb 6 2009, 1:43 pm
|
|
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. | |
#43 Feb 7 2009, 8:07 pm
|
|
I'm with up on it did you get help I need help I'm having the same problem!
| |
#44 Feb 23 2009, 2:55 pm
|
|
BLUE BOOK TO LONG!!!!
| |
#45 Feb 23 2009, 3:53 pm
|
|
Clonedude wrote:
BLUE BOOK TO LONG!!!! Then don't bother learning to program, it probably takes too long for you. | |
#46 Feb 24 2009, 5:34 pm
|
|
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) | |
#47 Feb 24 2009, 5:35 pm
|
|
and i followed it directions
| |
#48 Mar 2 2009, 4:24 pm
|
|
plz help...i dont know how to add two outputs in skins.one for ooc,say,etc.
and the other for fighting and training | |
#49 Mar 2 2009, 4:31 pm
|
|
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") | |
#50 Mar 2 2009, 4:33 pm
|
|
J0k3r_2099 wrote:
and i followed it directions Zialals tut right? The indentation is wrong :O. | |
#51 Mar 3 2009, 12:21 pm
|
|
does anyone know the code to anouce someones death.like somebody554 killed anotherbody77
| |
#52 Mar 4 2009, 11:48 am
|
|
9ih
| |
#53 Mar 4 2009, 12:43 pm
|
|
I am also in need of both a Logout and Death Code please help me out
| |
#54 Mar 4 2009, 1:58 pm
|
|
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) | |
#55 Mar 21 2009, 1:02 am
|
|
I have downloaded everything... but when I click make games it says the url was not found. PLZ help
| |
#56 Mar 26 2009, 4:01 pm
|
|
whenever I go to make games it say could not connect to beyond, why is that?
| |
#57 Mar 26 2009, 6:47 pm
|
|
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)
| |
#58 Mar 26 2009, 7:03 pm
|
|
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)
| |
#59 Mar 26 2009, 9:50 pm
|
|
You need to anchor the map element so that it stretches from one corner of the window to the other, and you need to make the map the same size as the window.
If you want the game to start out full-screen, winset() the "is-maximized=true" option when clients are created. | |

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.