Step BYOND

by Deadron
A complete little game with lots of comments explaining exactly how everything works. A great starting point for your own game.
ID:1462072
 
there's an error and i dont know how to fix it
its in color
Hi there ENM179.

Thank you for bringing this to my attention! A recent update to BYOND added a built-in color variable, which is colliding with the soft-coded one present in this demonstration. It can easily be fixed by just renaming the soft-coded color variable to something else, though that is a bit tedious so I'll have to make sure to update this.

Everytime I try to rename the color variable to something else, it doesn't fix it, it makes 12 errors appear instead of just 1.

What should I change it to exactly?
you have to keep scrolling down the file and find what "line" each of the errors are on, and simply change the "color" variable to something else. (I used "solor" for my new word). Seems to work then
ok. I got this and then read all this stuff.

I actually think this is a neat little problem.

it immediately

1- shows you how to locate problems in your code

2- forces you to join the community by atleast reading posts

3- allows you the opportunity to feel as if you've fixed a thing.

it gives you some experience right away.


I say - don't remove the error. let others find their way here.