print_big_str_color() not working?
Author | Topic: print_big_str_color() not working? |
---|---|
Apprentice
Member # 3517
|
written Monday, June 28 2004 18:21
Profile
I'm not completely sure about this, but it seems that this function doesn't work. The reason I'm not comepletely sure is the that the script I'm testing still has 1-2 errors, and this seems to be one of them. I will locate it eventually, but I thought I'd ask in this forum about one of the likely candidates. Has anyone used it, is it working for you? Thanks, mrb Posts: 40 | Registered: Sunday, October 5 2003 07:00 |
Apprentice
Member # 3517
|
written Monday, June 28 2004 21:11
Profile
It is definitely not working. I've received the 'unknown command print_big_str_color() on line 476'. BTW, my script has less than 230 lines. This is one of the two remaining functions where integers can be printed (aside from the 2 debug print functions), so I'd really like it to be working. Anyone else found this? regards, mrb Posts: 40 | Registered: Sunday, October 5 2003 07:00 |
Warrior
Member # 4202
|
written Tuesday, June 29 2004 00:14
Profile
Homepage
Yes, I have found this problem too. Luckily, the string manipulation commands (along with print_str_color) are a workaround. -------------------- Creator of the 3D Blades of Avernum Editor for Mac. Get it at Ingenious Isaac's Illusion, my web page. Better yet, get Battle for Wesnoth, a wonderful free TBS game. Posts: 192 | Registered: Sunday, April 4 2004 08:00 |
Apprentice
Member # 4118
|
written Tuesday, June 29 2004 09:11
Profile
Homepage
Have you sent the bug to spiderweb yet? Posts: 27 | Registered: Thursday, March 18 2004 08:00 |
Board Administrator
Member # 1
|
written Tuesday, June 29 2004 12:22
Profile
Homepage
Found the error. Typo in my code. Note to be put on the editor support area: print_big_str_color Has Wrong Name The call print_big_str_color is actually called print_big_str_num. It works exactly like print_big_str_color, as described in the editor documentation. - Jeff Vogel -------------------- Official Board Admin spidweb@spiderwebsoftware.com Posts: 960 | Registered: Tuesday, September 18 2001 07:00 |
Infiltrator
Member # 154
|
written Tuesday, June 29 2004 12:57
Profile
I just had an idea, Spiderweb... How about coloured text bubbles? That is, text above creature's heads, coloured? -------------------- Apparently still annoying. Posts: 612 | Registered: Saturday, October 13 2001 07:00 |