Re: Odd problem with OINC
Peer is in channel doesn't work, you need to use Loop peers. Have you seen the tutorial? http://www.clickteam.com/epicenter/ubbthreads.php?ubb=showflat&Number=128853#Post1288 53
Re: Odd problem with OINC
Ah, ok. Yes, I have looked at the tutorial. I assume you would have the loops trigger a changing to a flag which would decide which part you spawn as, like this:
-On Sign On
Loop through peers
-On Peer Loop
Set flag 1 on
-On peer looping finished
-Flag 1 is on
Create "gun" at 150, 150
-On peer looping finished
-Flag 1 is off
Create "base" at 150, 150
Does that look right?
(when looking at that, please know that for now I am not trying to have them interact, I am only trying to have the client decide what part of the tank you are supposed to be on a certain channel)
Re: Odd problem with OINC
yes, that works, thank you.