SphereCommunity
magery time cast scroll help - Printable Version

+- SphereCommunity (https://forum.spherecommunity.net)
+-- Forum: Sphere 0.56d (/Forum-Sphere-0-56d)
+--- Forum: Script Help (/Forum-Script-Help)
+--- Thread: magery time cast scroll help (/Thread-magery-time-cast-scroll-help)



magery time cast scroll help - TonyMontana - 03-12-2014 04:53 AM

I want to make a different cast time spellbok's and croll's,
doing so nothing comes out the secret? sphere 56b.

ON=@Spellcast
STRMATCH(<*t_scroll*, <ARGO>.TYPE>)
argn3=<eval (<argo>*50)/100>


RE: magery time cast scroll help - Alaric - 03-12-2014 05:26 AM

if (<argo.type>==t_scroll)
argn3 /= 2
endif


RE: magery time cast scroll help - TonyMontana - 03-12-2014 02:28 PM

thanks friend! all works!