Hmm..would it then spit it back out as a "normal" string? Just for fun I sent the message back out to the player using the SendMessageToPC function and it didn't show any changes.
I'm not really sure how that works. My knowledge of code is limited to nwnscript.
Also while on the subject of strings I was going to start another post but I will try to just keep it to this one...
I'm not sure how the colors work for strings in NWN2 scripting. I was reading the wiki and I see how you can change a specific strings color using html. If i wanted a constant in my script would I just do:
const string COLOR1 = "<color=blue>";
I know with nwn1 you had to do something like:
const string COLOR1 = "<cyyy>";
Could i also use Hexidecimal at all? #FF3399
And then I see there are already some color constants in the Globals list.
It's all soo confusing.
Modifié par GhostOfGod, 24 mars 2011 - 12:38 .