~~NOTOC~~ <=[[4rpl:start| Index]] \\ <=[[4rpl:start#mverse| MVerse]] :!: Available in version 1.9 and later. ====== SetMVerseSendCreeperChanges ====== SetMVerseSendCreeperChanges (<-sendCreeperChanges) ===== Description ===== Specifies if calls to creeper manipulation APIs should automatically happen locally and be sent to other clients in an mverse session. The affected APIS are: [[SetCreeper]], [[SetCreeperInRange]], [[AddCreeper]], [[AddCreeperWithCap]], [[AddCreeperInRange]], [[AddCreeperWithCapInRange]], [[ConvertCreeperToAC]], [[ConvertACToCreeper]], [[SetCrimson]] \\ By default these APIs happen locally and also send a message to other clients to perform the same action. If you do not want this, then you can disable the behavior on a per script basis. ===== Examples ===== SetMVerseSendCreeperChanges (false) SetCreeper(...) SetMVerseSendCreeperChanges (true) AddCreeper(...) <=[[4rpl:start| Index]]