ID:156339
Nov 5 2010, 1:26 pm
|
|
I'm currently working on a text based game. Problem seems to be with the new interface options I'm not used to dealing with. It's been awhile since I've coded anything Byond but my time in the military is almost up and I'm getting back in programming. Now I have an input field and an output field, however nothing is displayed when the Say verb is used. I'm sure I'm just having problems with the interface feature but everything I've read so far doesn't explain this situation. Thanks!
|
In response to Bravo1
|
|
So pretty much once I read your post I realized I had two input blocks. Yea, that was pretty stupid of me. No problems anymore.
|
In response to Plagu3r
|
|
If your main goal is just to work on a text based game, you may want to make it in C++. I'm sure you'll learn a lot more, and it would be much better.
If it's just to get back into learning Byond, I understand, and ignore what I'm telling you. ^_^ |
In response to OrangeWeapons
|
|
I want to get back into Byond because it's been awhile and I enjoy programming in my free time. I am going to pursue a career in computer programming as well. The problem is RElearning the DM code. It'll take about a week. While in high school I took a course for C++. Why I am a turbine mechanic in the Navy is beyond me.
|
<<
output proc
as well as checking the skin reference for:
interface output
interface input
you should be able to find some answers there, if not, post some code that we can look over to figure out what's going wrong, though that may be better placed in code problems.