View Single Post
  #9  
Old 11-23-2014, 04:25 PM
Maceblade
Hill Giant
 
Join Date: Jun 2010
Posts: 231
Default

This is really cool idea but let me get this straight, this would be coded like:

Code:
## should there be a list of items up here to trigger this, so not every item is spammed via "we"?##


sub EVENT_DISCOVER_ITEM - Triggered when an item is discovered.
$itemid - Item being discovered.
quest::we("$name discovered " . quest::varlink($itemid) . "!", 335, 1, 0, 0);
Reply With Quote