Dress Suite - Aspect by thisideasucks
Related: Snippetdresssuite
Description from the author:
// Dress Suite - Aspect
// Activate aspect - Uses currently shown aspect on default aspect view
@setvar! gumpWait 250
if skill 'magery' > 50 and skill 'arcane' < 50
if ingump "Show Only Unlocked"
gumpresponse 102
waitforgump 2424293173 gumpWait
endif
say '[aspect'
waitforgump 2424293173 gumpWait
gumpresponse 17
wait gumpWait
waitforgump 2424293173 gumpWait
gumpresponse 17
wait gumpWait
gumpresponse 13
waitforgump 2424293173 gumpWait
wait gumpWait
gumpresponse 13
waitforgump 2424293173 gumpWait
gumpclose
endif
if skill 'magery' < 50
if ingump "Show Only Unlocked"
gumpresponse 102
waitforgump 2424293173 gumpWait
endif
say '[aspect'
waitforgump 2424293173 gumpWait
gumpresponse 17
wait gumpWait
waitforgump 2424293173 gumpWait
gumpresponse 17
wait gumpWait
gumpresponse 8
waitforgump 2424293173 gumpWait
wait gumpWait
gumpresponse 8
waitforgump 2424293173 gumpWait
gumpclose
endif
overhead "Dress Suite - Aspect completed" 88Dress Suite - Aspect script used to set aspect. It performs a check that should cover most use cases to determine if you're using spellbook or weapon. It will activate the currently shown aspect using the default aspect page.
To use with default Dress Suite scripts, ensure the script name in Razor matches the name here.