Purpose (Property): Difference between revisions
From Legacy Roblox Wiki
Jump to navigationJump to search
>Camoy all better |
>Pauljkl No edit summary |
||
Line 9: | Line 9: | ||
{{clear floats}} | {{clear floats}} | ||
{| 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> | |||
|- | |||
| bgcolor="#AB5454"|<span style="color:white">'''Enum'''</span> | |||
| bgcolor="#AB5454"|<span style="color:white">'''Name'''</span> | |||
| bgcolor="#AB5454"|<span style="color:white">'''Description'''</span> | |||
|- | |||
|0 | |||
|Quest | |||
|Sets the symbol inside the speech bubble to an exclamation mark "!" | |||
|- | |||
|1 | |||
|Help | |||
|Sets the symbol inside the speech bubble to a question mark "?" | |||
|- | |||
|2 | |||
|Shop | |||
|Sets the symbol inside the speech bubble to a dollar sign "$" | |||
|- | |||
|} | |||
[[Category:Properties]] | [[Category:Properties]] |
Revision as of 02:17, 26 December 2010
Purpose | |
Property | Enum purpose |
Description | Sets the icon in the NPC's speech bubble. |
Member of | Dialog |
Enum | Name | Description |
0 | Quest | Sets the symbol inside the speech bubble to an exclamation mark "!" |
1 | Help | Sets the symbol inside the speech bubble to a question mark "?" |
2 | Shop | Sets the symbol inside the speech bubble to a dollar sign "$" |