【 TextRectangle 】
格式:
TextRectangle(long Left, long Top, long Right, long Bottom,
long BorderOffset,
long BorderColour,
long BorderWidth,
long OutsideFillColour,
long OutsideFillStyle)
中文:
TextRectangle(左端 ,上端 ,右端 ,下端 ,
邊沿偏移,
框線顏色,
框線粗細,
畫面外顏色,
畫面外風格)
說明:調整輸出畫面在角色視窗裡的位置及大小。注意!當畫面範圍變窄
的時候,之前的行不會隨之調整折行。
範例:
--==-==--==-==--==-==--==-==--==-==--==-==--==-==--==-==--==-==--==-==--==-==--
TextRectangle(50, -- left
100, -- top
50 + GetInfo (213) * 80, -- 50 + width for 80 characters
-100, -- 100 pixels from the bottom
5, -- BorderOffset,
ColourNameToRGB ("gray"), -- BorderColour,
2, -- BorderWidth,
ColourNameToRGB ("silver"), -- OutsideFillColour,
8) -- OutsideFillStyle (fine hatch)
--==-==--==-==--==-==--==-==--==-==--==-==--==-==--==-==--==-==--==-==--==-==--