Difference between revisions of "LUA:HandInCollections"
(Created page with "= LUA Functions: HandInCollections() = Turns in the completed collections for the given spawn ==== Syntax ==== HandInCollections(param1) ==== Parameters ==== ; Required - ''p...") |
(No difference)
|
Latest revision as of 20:06, 11 September 2013
LUA Functions: HandInCollections()
Turns in the completed collections for the given spawn
Syntax
HandInCollections(param1)
Parameters
- Required - param1 (Spawn)
- param1 is the spawn who's collections we want to turn in
Usage
function hailed(NPC, Spawn)
HandInCollections(Spawn)
end
When hailed any completed collection the player has will be turned in