| First... did you guys put in support for tab stops while I was away? Second... when some of the members of a list are …
|
|
4 |
|
|
| I hate going to the message boards to get help with a snippet but this time I'm really stumped. What I'm trying to do …
|
|
2 |
|
|
| Just a couple of questions about the overlays var for objects. 1)Do you have to manually display the images in …
|
|
2 |
|
|
| When a color is selected in the icon editor, a very faint greyish border shows up around it. It's extremely difficult …
|
|
1 |
|
|
| ...it's easy for BYOND to keep track of how long a player has been inactive? Not entering any commands or moving at …
|
|
3 |
|
|
| I haven't been keeping up with the board latley so if anyone else has already made any of these suggestions you have …
|
|
8 |
|
|
| I really am afraid of getting back into coding... I hate having to learn new things. See what happens when you take a …
|
|
3 |
|
|
| These aren't impairative at the moment, but they'd be nice to have. First of all, the luminosity I noticed, only …
|
|
1 |
|
|
| [continued from discussion in bug-report forum] I want to get a general consensus on the banner system we have going on …
|
|
18 |
|
|
| I know I can extract only the items of a certain type from a list with something like this: var/myType/M for(M in list) …
|
|
1 |
|
|
| Hey Spuzzum, how come your page doesnt work? I go to it but I cant do anything.
|
|
1 |
|
|
| I thought it would be nice for everything in my world to have some physical properties, so I decided to have a base …
|
|
16 |
|
|
| I almost posted this to Newbie Central because I have a feeling I'm overlooking something... well, here goes, anyway …
|
|
2 |
|
|
| > Plus, despite our current freeware mentality we are capitalists at heart! Hopefully this is a reasonable compromise …
|
|
3 |
|
|
| Ok, heres the problem I made an icon in another editor that's 32X32 and 256 colors. Then I imported it into the dmi …
|
|
1 |
|
|
| Is there a way to retrieve an existing key we've created? Key "Gabriel" was lost when I last reloaded BYOND but I seem …
|
|
1 |
|
|
| On 7/30/00 9:27 am Justin wrote: > On 7/30/00 9:27 am Justin wrote: > > The maps are small is there any way to make …
|
|
0 |
|
|
| Does anyone know where I can get a simple free self explanatory 3d modeler
|
|
6 |
|
|
| Playing Diablo 2 lately, and one real nice effect is when a mob gets a cold spell cast on it. First cold spell turns it …
|
|
2 |
|
|
| Remember when you chose a verb and it would give you a cursor to pick what you wanted to execute the verb on? Now it …
|
|
1 |
|
|
| I still can't get my casting verbs to come up for my spells. They show up in the mage spellbook like I want, but I …
|
|
1 |
|
|
| From the patch release notes: > Improved the internal savefile space allocation routines. In the particular test case I …
|
|
4 |
|
|
| How about calling "The Code & Demos Link on the Left Side of the Page" (TCDLLSP) something like: Examples
|
|
0 |
|
|
| Anyone know when the new DM guide is going to come out?
|
|
1 |
|
|
| Can anyone offer any hints and tips for making good graphics in BYOND. Oh yeah and are there any web pages with more …
|
|
3 |
|
|
| All I need at this time is the sine, cosine, and tangent. If they already exist, could you direct me to them? And if …
|
|
5 |
|
|
| Would anyone be interested in taking the time in teaching me how to make worlds with BYOND. I tried reading the Guide …
|
|
2 |
|
|
| Here is the latest revisions made to the FAQs. Please let me know of any changes to be made. Halfway to being a full …
|
|
7 |
|
|
| I think it would help people get in touch if we could submit a little bio of ourselves to a hosted community page, …
|
|
4 |
|
|
| I have a Unix shell account and some free space and was wondering how to do this. Can I just load up the dmb file or do …
|
|
4 |
|
|
| Consult the news page. We'll try to get it back up as soon as possible.
|
|
9 |
|
|
| Wow! I never grasped this before, but all the ATOM (Area, Turf, Obj, Mob) types I've been considering as separate …
|
|
3 |
|
|
| Well, I hope it's teeny, anyway. What I'm wondering is whether it's possible to have the new values in the map …
|
|
1 |
|
|
| I've noticed that the dantom server seems to be hosting a lot in the last few days. That's encouraging! Unfortunately …
|
|
0 |
|
|
| Is there an easy way to show icons or icon states based on what mob is looking at the map? For example, I want to …
|
|
2 |
|
|
| Anybody else having trouble logging in to their world or into byond://dantom to upload files? Sometimes it just hangs …
|
|
9 |
|
|
| I can't seem to think of a good simple way to determine whether an area is on the map or just a "room." I could maybe …
|
|
2 |
|
|
| Sometimes I want to overlay not just an icon, but a particular state of that icon. Here's the code I used: proc …
|
|
2 |
|
|
| I am new to Byond and I just know the worlds listed in the Hub, but I suggest that there are much more, because Byond …
|
|
1 |
|
|
| Ok I just made this DM file: world { mob = /mob/player turf = /turf/ground } mob/player { desc = "Quite a studly dude!" …
|
|
3 |
|
|
| Hello all. I think this question may be in some way related to the previous thread involving a spell system, but I …
|
|
3 |
|
|
| Well I finally got my spell system working, and my ordering thing works now thanx to Tom. Now I'm having problems …
|
|
6 |
|
|
| How would I test for something to check if another thing is overlapping it? (i.e. a mob standing in lava, fire burning …
|
|
2 |
|
|
| Here's the latest status of the FAQs. Please let me know of any changes that need to be made to it, or anything to add …
|
|
0 |
|
|
| To Dantom: Hey, Dantom, you should've let the guy speak, so I could steer him in the right direction... though that …
|
|
6 |
|
|
| Hello all! I hope some kind person could help me out. I'm a newbie to BYOND and programming for that matter. I'm having …
|
|
2 |
|
|
| I was pleasantly surprised today to discover (via Dan) that all objects in fact have Read() and Write() procs. This …
|
|
0 |
|
|
| A question for those who have worked with browse() more than myself... I re-read Spuzzum and Tom's discussion of image …
|
|
4 |
|
|
| I'm sure this idea hasn't escaped the crack minds (cracked minds?) in the Dantom laboratories, but given this quote …
|
|
2 |
|
|
| Is it possible to have variables embedded in a HTML page, i.e. how could I have a HTML page with stats that change, …
|
|
6 |
|
|