View Single Post
  #9  
Old 05-03-2019, 03:47 PM
Huppy's Avatar
Huppy
Demi-God
 
Join Date: Oct 2010
Posts: 1,333
Default

Did you try this ?
Code:
sub EVENT_SPAWN{

		plugin::AddLoot(1, 1, 13005); #(amount,chance,itemID) (1 for chance makes it 100%)
}
I could be wrong, but I thought that SendToInstance plugin created a global, when it creates the instance ? I'd have to look at the plugin script.
Reply With Quote