ObjectTalkingFlower: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
m (Made it prettier :)) |
||
Line 1: | Line 1: | ||
{{UnderConstruction}} | {{UnderConstruction}} | ||
The < | The <code>Talking Flower</code> actor talks to the player when they get close. | ||
{| class="wikitable" | {| class="wikitable" | ||
|- | |- | ||
! Parameter | ! Parameter | ||
! Information | |||
! Example | |||
|- | |- | ||
| IsOnGravity | | IsOnGravity | ||
| Enables gravity for the talking flower | |||
| Can Be <code>True</code> or <code>False</code> | |||
|- | |- | ||
| SlideAnmReferenceSpeed | | | SlideAnmReferenceSpeed | ||
| | |||
| | |||
|- | |- | ||
| ColorIdx | | ColorIdx | ||
| The Color Of The Talking Flower | |||
| 0 = Yellow | |||
1 = Red | |||
2 = Blue | |||
|- | |- | ||
| DefaultEmotion | | DefaultEmotion | ||
| Determines The Talking Flowers Emotion | |||
| rowspan="2" | | |||
0 = Default Expression | |||
1 = 'Loving' Expression | |||
2 = Dried Up | |||
3 = Sweating | |||
|- | |- | ||
| AfterReactionEmotion || Determines The Talking Flowers Emotion After They Have Talked | | AfterReactionEmotion || Determines The Talking Flowers Emotion After They Have Talked | ||
|} | |} |
Revision as of 08:09, 28 March 2024
The Talking Flower
actor talks to the player when they get close.
Parameter | Information | Example |
---|---|---|
IsOnGravity | Enables gravity for the talking flower | Can Be True or False
|
SlideAnmReferenceSpeed | ||
ColorIdx | The Color Of The Talking Flower | 0 = Yellow
1 = Red 2 = Blue |
DefaultEmotion | Determines The Talking Flowers Emotion |
0 = Default Expression 1 = 'Loving' Expression 2 = Dried Up 3 = Sweating |
AfterReactionEmotion | Determines The Talking Flowers Emotion After They Have Talked |