Welcome to the Builder Academy

Question Color Question

More
28 Aug 2014 02:31 #5014 by Liko
Color Question was created by Liko
Anyone know how or the way to allow color during the whole character creation? I find it very bland with that you can't color the are you sure you want this, Liko and all the password stuff.

Randian(0.0.0)
Owner/Developer

Please Log in or Create an account to join the conversation.

More
30 Aug 2014 11:54 #5021 by WhiskyTest
Replied by WhiskyTest on topic Color Question
In the code try just using \t instead of @

Example:
Code:
write_to_output(d, "\r\nYOU ARE ABOUT TO DELETE THIS CHARACTER PERMANENTLY.\r\n" "\tOARE YOU ABSOLUTELY SURE?\tn\r\n\r\n" "Please type \"\tOyes\tn\" to confirm: ");

For the Welcome Menu, use CEDIT and use normal @ characters, the /t switch toggles the color on and off so you can check your work :)

Please Log in or Create an account to join the conversation.

More
01 Sep 2014 20:54 #5025 by Liko
Replied by Liko on topic Color Question

WhiskyTest wrote: In the code try just using \t instead of @

Example:

Code:
write_to_output(d, "\r\nYOU ARE ABOUT TO DELETE THIS CHARACTER PERMANENTLY.\r\n" "\tOARE YOU ABSOLUTELY SURE?\tn\r\n\r\n" "Please type \"\tOyes\tn\" to confirm: ");

For the Welcome Menu, use CEDIT and use normal @ characters, the /t switch toggles the color on and off so you can check your work :)


I have tried that, but like in some of the password, naming, and are you sure will not use color period.

Randian(0.0.0)
Owner/Developer

Please Log in or Create an account to join the conversation.

Time to create page: 0.240 seconds