diff options
author | Jonathan Yap <none@none> | 2011-04-15 13:13:15 -0400 |
---|---|---|
committer | Jonathan Yap <none@none> | 2011-04-15 13:13:15 -0400 |
commit | 04f79f63589ab35b01ec9e3d8128e68a201ff332 (patch) | |
tree | c0f23796a3ca84964105a6c0fc7d040aa16438aa /scripts | |
parent | 547b40bfc8b0139789a2d9c5dcd1591343a2c60b (diff) |
STORM-956 Ability to mute dialogs by muting object (or object owner)
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/messages/message_template.msg | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/scripts/messages/message_template.msg b/scripts/messages/message_template.msg index 77dc940335..d292653d3f 100644 --- a/scripts/messages/message_template.msg +++ b/scripts/messages/message_template.msg @@ -2966,7 +2966,7 @@ version 2.0 { BillableFactor F32 } { ObjectBonusFactor F32 } { WaterHeight F32 } - { TerrainRaiseLimit F32 } + { TerrainRaiseLimit F32 } { TerrainLowerLimit F32 } { PricePerMeter S32 } { RedirectGridX S32 } @@ -4242,6 +4242,10 @@ version 2.0 Buttons Variable { ButtonLabel Variable 1 } } + { + OwnerData Variable + { OwnerID LLUUID } + } } @@ -6762,6 +6766,8 @@ version 2.0 } // And, the money transfer +// *NOTE: Unused as of 2010-04-06, because all back-end money transactions +// are done with web services via L$ API. JC { MoneyTransferBackend Low 312 Trusted Zerocoded { |