Quote:
|
Originally Posted by Skyld
I agree with you on the rather unnecessary use of SPC, but I suppose it falls down to preference.
I think you have an unusual idea of glory. 
|
hmmm... variables that self-concatenate... yikes..... That scares me... Couldn't stefan had just recommended defining your own variables and going
SPC = " ";
NL = "\n";
function(string@SPC@string@NL@string);
I generally would do the above only if I'm lazy though, otherwise I'd write in the space and the new line myself. I can see how SPC can be really really useful when trying to debug something in a hurry using the NPC's chat string.