Skip to content
DummkopfOfHachtenduden edited this page Sep 19, 2021 · 1 revision

Creates a CIFStatic with colored Text. Using /frame to find the CIFStatic helps figuring how the position works.

Parameters

Nr. Name Type Value range
1. StaticName string
2. HorizontalAchor01 enum POS_LEFT, POS_CENTER or POS_RIGHT
3. VerticalAchor01 enum POS_TOP, POS_CENTER or POS_BOTTOM
4. HorizontalAchor02 enum POS_LEFT, POS_CENTER or POS_RIGHT
5. VerticalAchor02 enum POS_TOP, POS_CENTER or POS_BOTTOM
6. Width int
7. Height int
8. Left int
9. Top int
10. TextAnchorX int 0 = Left, 1 = Middle, 2 = Right
11. TextAnchorY int 0 = Top, 1 = Middle, 2 = Bottom
12. FontIndex int 0 - 4
13. Color.R int 0 - 255
14. Color.G int 0 - 255
15. Color.B int 0 - 255
16. Text string "Text" or *SN_STRING

Example(s)

7 S_StaticCreate tex01 40 500 500 90 4 255 255 255 0 *SN_TALK_QNO_TQ_BAEKRYEONG_10_05

See also

Clone this wiki locally