[function totalspells]
if (<type>==t_spellbook) || (<type>==t_spellbook_necro)
for 0 31
if (<more1> & <eval 2 @<local._for>>)
local.x += 1
endif
if (<type>==t_spellbook)
if (<more2> & (<eval 2 @<local._for>>)
local.x += 1
endif
endif
endfor
return <dlocal.x>
else
return invalid item type
endifSpellbooklarda on=@click altında <totalspells> şeklinde kullanabilirsiniz.
