View Single Post
  #7  
Unread 06-28-2008, 02:08 PM
lordebon lordebon is offline
Fetish Core author
This person is a EQ2Map developer.
Featured
 
Join Date: Jun 2005
Server: Crushbone
Posts: 2,667
Default

Quote:
Originally Posted by Drumstix42 View Post
May still need to make it two lines of code as I did above, to avoid your double executed command.
Double executed has to do with the concat ( ## ) operator I believe. It's the only time I've seen it, and it seems that if you put command A ## B you end up with command A B B (ie it concats twice). If you use more than one concat it gets even worse.
Reply With Quote