Nemanja wrote:
Well i already know how to create
maps and code the turf.I need help with something else how do you code so that logs in a Naruto game give seperate stats?
To explain a little:Green Logs only increase Genjutsu,Blue only Ninjutsu and so on..Mind Helping me?

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.
Inuyasha320 wrote:
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
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.
I'm with up on it did you get help I need help I'm having the same problem!
BLUE BOOK TO LONG!!!!
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)
and i followed it directions
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.
and the other for fighting and training

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
9ih
I am also in need of both a Logout and Death Code please help me out
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
whenever I go to make games it say could not connect to beyond, why is that?
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)
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.
Page: 1 2 3 4 5 6 7 8