setCaptive – Talk

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
No edit summary
Line 3: Line 3:


Simple test: In the player unit's init line type '''if (!isServer) then {this setCaptive true;};''' and enemies will still shoot at you on a dedicated server even though you are the unit and thus it should be local to you when the command is run on your machine. So either my test is messed up or the above is incorrect.
Simple test: In the player unit's init line type '''if (!isServer) then {this setCaptive true;};''' and enemies will still shoot at you on a dedicated server even though you are the unit and thus it should be local to you when the command is run on your machine. So either my test is messed up or the above is incorrect.
Then again When I ran the commands only on the server, I couldn't tell my friendly AI to engage the enemy even though he was only set to captive on the server. So what gives?

Revision as of 18:37, 24 August 2010

Where do you need to execute this command in multiplayer? Where the unit is local or on all machines (or something else)?

Command should be executed where the unit is local. --Master85 00:06, 11 April 2010 (CEST)

Simple test: In the player unit's init line type if (!isServer) then {this setCaptive true;}; and enemies will still shoot at you on a dedicated server even though you are the unit and thus it should be local to you when the command is run on your machine. So either my test is messed up or the above is incorrect. Then again When I ran the commands only on the server, I couldn't tell my friendly AI to engage the enemy even though he was only set to captive on the server. So what gives?