View Single Post
  #9  
Old 12-09-2005, 09:57 AM
Skyld Skyld is offline
Script-fu
Skyld's Avatar
Join Date: Jan 2002
Location: United Kingdom
Posts: 3,914
Skyld has much to be proud ofSkyld has much to be proud ofSkyld has much to be proud ofSkyld has much to be proud ofSkyld has much to be proud ofSkyld has much to be proud of
Send a message via AIM to Skyld
Quote:
Originally Posted by jake13jake
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.
Well, they're not really variables.
__________________
Skyld
Reply With Quote