No categories assigned

LUA:HandInCollections

Revision as of 20:06, 11 September 2013 by Jabantiz (talk | contribs) (Created page with "= LUA Functions: HandInCollections() = Turns in the completed collections for the given spawn ==== Syntax ==== HandInCollections(param1) ==== Parameters ==== ; Required - ''p...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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