Worn and Weary

BlitzPlus Forums/BlitzPlus Beginners Area/Worn and Weary

Sauer(Posted 2008) [#1]
Hi everyone,

I've been at this code all night and I can't find out why it isn't working. I'm trying to make a simple game with BlitzPlay.

In my efforts I've ended up copying almost all of this code from the second post of this thread. And it still doesn't work.

If anyone can help I'd much appreciate it. What I want it to do is just display player positions and "Crystalsleft". I don't even want to worry about the crystals yet, because once I figure out my problem it should fall into place quite nicely.

Here's the code, and thanks to all.




Sauer(Posted 2008) [#2]
Ok well I discovered the nature of my problem, but not the reason why.

Its getting messed up because of strings and integer confusion. I took the suggestion in the command reference, which is to make a string and parse the info out, and it works better.

The program still doesn't work because its crap, so I've since deleted it and am trying something new.

Now my question is, why does the example from an old post work fine though??