DialogTone (Enum): Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>MrNicNac
New page: {| class="wikitable" width=100% border="1" cellspacing="0" cellpadding="4" style="background-color: #fdd; border: 1px solid #f00;" |+ <big>The DialogTone Enum holds 3 numbers.</big> |-...
>SoulStealer9875
No edit summary
 
(15 intermediate revisions by 4 users not shown)
Line 1: Line 1:
'''Property:''' [[Dialog]]
'''Use:''' To change the friendliness of the dialog.
{| class="wikitable" width=100% border="1" cellspacing="0" cellpadding="4" style="background-color: #fdd; border: 1px solid #f00;"
{| class="wikitable" width=100% border="1" cellspacing="0" cellpadding="4" style="background-color: #fdd; border: 1px solid #f00;"
|+ <big>The DialogTone [[Enum]] holds 3 numbers.</big>
{{EnumTitle|colspan=3|The DialogTone [[Enum]] holds 3 numbers:}}
|-
|-
| bgcolor="#AB5454"|<span style="color:white">'''Enum'''</span>
| bgcolor="#AB5454"|<span style="color:white">'''Enum'''</span>
Line 18: Line 23:
|Sets the color of the dialog to red (an enemy-like color).
|Sets the color of the dialog to red (an enemy-like color).
|-
|-
|colspan="3"|See also: [[ChatColor (Enum)]]
|}
|}
[[Category:Enums]]

Latest revision as of 19:28, 11 July 2011

Property: Dialog

Use: To change the friendliness of the dialog.


The DialogTone Enum holds 3 numbers:
Enum Name Description
0 Neutral Sets the color of the dialog to green (a neutral-like color).
1 Friendly Sets the color of the dialog to blue (a friendly color).
2 Enemy Sets the color of the dialog to red (an enemy-like color).
See also: ChatColor (Enum)