View Single Post
  #21  
Old 11-02-2007, 05:51 PM
gernblan
Discordant
 
Join Date: Aug 2006
Posts: 394
Default

Ok this:

Code:
command_add("showdrops"," Usage #showdrops [itemID]", 100, command_showdrops)
...needs to be this...

Code:
command_add("showdrops"," Usage #showdrops [itemID]", 100, command_showdrops) ||
__________________
--
Keelyeh
Owner, ServerOp and Developer
Jest 4 Server
Linux (Jest3 runs on Fedora, our Dev servers usually run on Ubuntu and/or Gentoo), OC-12 Connection = Hella Fast
Reply With Quote