Tome that can make the user sleep?

Hello, this is my first time posting here and i am very new to this sort of thing
is there a way i can make a tome that will give the user a sleep status after using it, the idea is that it uses a lot of power and the user cant do anything for a few turns
im sorry if this is a dumb question, i would appreciate if you explained this to me like im 5

You can if you write asm (assembly).

I think you could use a post battle skill as a basis such as galeforce. Instead of checking the skill you’d check equipment, and instead of unsetting 0xC unit state 02 Acted and 40 Cantoing, you’d set status to 0x30 of the unit/battle struct

1 Like

thank you!