Just as an example let me extrapolate on an error Shade and Zalem and I found the other day...
This is for the Uhlan Dogfight on the Moon
When a host launches and plays bp2-md06 he/she sees this:
Looks pretty normal right? It should
When a client (non-host) launches and plays bp2-md06 he/she sees this:
Not normal right?
It seems as if the moon surface .pof is being moved upward a certain amount for all non-host players. I have no idea how this could be the case.
When-argument does not work as intended in some situations, requires further testing ( mission independent )
Could you post an example of this? A SEXP that doesn't work as intended?
Well, when we first implemented modular spawning we had a sexp that went something like:
When-Argument
any-of
Alpha 1
Alpha 2
Alpha 3
Alpha 4
-- <
Distance <argument> 'Spawn Point'
500
Set-object-position (blah blah)...
This didn't work in multiplayer since the event never triggered. Strangely enough, it seems to work using Every-time-argument, better still to make 4 separate events. I'm not sure why and more testing is needed before I can be sure enough what the problem is, but it's here in the thread so we can keep an eye on it.