Merged changes by mewtwo064

This commit is contained in:
Ochi Wolfe 2013-09-03 20:25:31 +02:00
parent ce2f9b0f24
commit a9af3ba139
2 changed files with 14 additions and 41 deletions

View file

@ -206,7 +206,7 @@ state Create {
vector color = <1.0, 1.0, 1.0>;
if ((col+row)%2) color = <0.7, 0.7, 0.7>;
llRegionSayTo(id, -2783468, "FURWARE text mesh:" + setName + ":" + (string)row + ":" + (string)col + ";" + (string)color + ";" + (string)scale);
llRegionSayTo(id, -2783468, "FURWARE text mesh:" + setName + ":" + (string)row + ":" + (string)col + ":" + (string)primType + ";" + (string)color + ";" + (string)scale);
++cur;
++col;