If you want to automatically convert sigils without hassle in Granblue Fantasy: Relink, we explained what you need for an automatic hotkey in this guide.
How to Auto Transmute
A script we made with autohotkey to transmute sigils without having to sit there mashing through the confirm windows!
Step 1:
Download autohotkey and open the app.
Step 2:
Create ‘New script’ and click ‘Edit’ and then copy and paste this text below.
toggle = 0
MaxThreadsPerHotkey 2
F10::
Toggle := !Toggle
While Toggle{
Click
Send a
sleep 100
}
return
Step 3:
Save and run the script! To start and stop the script, press F10.
Hope this helps out and have fun grinding!