annotate QueueSupport/ATSW.lua @ 156:d108b0112be3

I removed all of the vellums that were removed from the game. This also allowed me to make the one remaining vellum count toward the materials required to craft a scroll.
author Asa Ayers <Asa.Ayers@Gmail.com>
date Fri, 10 Dec 2010 00:48:20 -0800
parents 47885ba83d38
children
rev   line source
Asa@150 1 local function ATSWQueue(data)
Asa@150 2 if ATSW_AddJobLL then
Asa@150 3 ATSW_AddJobLL(data.skillName, data.queue)
Asa@150 4 else
Asa@150 5 print("Unable to find ATSW")
Asa@150 6 end
Asa@150 7 end
Asa@150 8 IAapi.RegisterQueueDestination('ATSW', ATSWQueue)