<!-- Deposit Frostweave -->
				<ElseIf Condition="(Lua.GetReturnValues("return InfoFramePoint")[0] == "1") && (!WoWSpell.FromId(83958).Cooldown)"> 
						<CustomBehavior File="Misc\RunLua" Lua="CastSpellByID(83958);" />
						<CustomBehavior File="WaitTimer" WaitTime="3500" />
						<If Condition="Me.IsAlliance" > 
						    <CustomBehavior File="InteractWith" MobId="206602" WaitForNpcs="false" ObjectType="GameObject" Range="10" WaitTime="2000" /> 
						</If> 
						<If Condition="Me.IsHorde" > 
						    <CustomBehavior File="InteractWith" MobId="206603" WaitForNpcs="false" ObjectType="GameObject" Range="10" WaitTime="2000" /> 
						</If> 
							<CustomBehavior File="Misc\RunLua" Lua="
								if GuildBankFrame:IsVisible()==1 then
									print("|cFF3399FF[Azyul]|r: Depositing Frostweave Cloth.")
									for b=0,4 do for s=1,GetContainerNumSlots(b)
										do local n=GetContainerItemLink(b,s)
											if n and strfind(n,"33470")then
												UseContainerItem(b,s)
											end
										end
									end
								end" />
				</ElseIf>
			<!-- END Deposit Frostweave -->