Re: Server object tutorials
What build of Lacewing are you using? The Server object is broken in build 18 alpha 3.
Re: Server object tutorials
17... I was waiting for a stable build of 18 before using that.
Re: Server object tutorials
OK, have you enabled interactive conditions for the server receiving a message to it?
Re: Server object tutorials
Not at home right now, but I'm positive I enabled them all just so I didn't have to worry about that.
edit: home now, yes all 8 conditions are set to passive
When the server sends a message to channel... what is that going to? I would assume all of the clients in that channel, right?
If a client sends a message to the server, does the server use the client's channel as the channel variable?
For example:
client sends number message to server on subchannel 0
server receives number message from client on subchannel 0
- send text message to channel on subchannel 0
Would that text message go to the channel the client is in.. or do I need to establish which channel to send it to? Since the condition was a message from client, I'm not sure if it's establishing the channel or not.
Re: Server object tutorials
Passive means that your events do nothing.
Re: Server object tutorials
why on earth would you ever want them to do nothing?
Re: Server object tutorials
If you want to set them back to default behavior? There are reasons. But you need to set yours to Active/enabled and not Passive/disabled.
Re: Server object tutorials
Hmmm but what are they doing in passive? What is default behavior?
Re: Server object tutorials
Quote:
Originally Posted by Konidias
Hmmm but what are they doing in passive?
Quote:
Originally Posted by Konidias
edit: home now, yes all 8 conditions are set to passive
I do not understand your question...
Quote:
Originally Posted by Konidias
What is default behavior?
Passive. That is why you need to set them to active/enabled so that they will trigger your conditions for the server object. If they are passive/disabled, then it means the server object will treat those things like the default lacewing server would. Enabling them as active means that they will rigger those conditions and you can alter the behavior, which is what you want to do.