-
Bug?
... or am I just trying to do something stupid?
http://www.clickteam.com/epicenter/ubbthreads.php?ubb=showflat&Number=154786#Post1547 86
Here is an Oinc Tic-Tac-Toe example I made. After uploading it on the forum, I realized that when an observer joined the game, the vs. text in the title was getting messed up. So I went back and looked at the code and tried to set an event to only set the vs. title (with the window control object) when the number of peers = 1. To do this, I used "compare two general values".
This seemingly simple event makes the game crash. I created a new application to see if I could duplicate the crash in one line... to see if it was some problem with my other code that I needed to take another look at.
I created one event:
Channel_PeerCount("Oinc Client") = 0 --> set title to "test".
It crashed.
So, perhaps I'm just doing something completely stupid or is this a bug? Thoughts?
-
Re: Bug?
Uh oh. I was planning on using that for deciding who the Zombies were! :shocked:
-
Re: Bug?
If you have a channel selected when you use that expression then yes, that is a bug.. I'll look into it.