Paraly, I have a slight problem with morphing, I made my script since the other one didn't seem to work.
The problem is when I use this command on itself on an empty script (2 lines at least obviously) it opens the morph window:
UseID=40009;
But when I use it in a script it never opens the morph window and sometimes it bugs the chat (if I try to rerun the script he opens chat but cannot write spaces, and it gets stuck, I have to go to character screen and log back in to fix this chat issue)
The exact same thing happen when I use this line:
FrameAction=224,STATE,SHOW; morph window
FrameAction=224,XPOS,0; Positions it to corner
FrameAction=224,YPOS,0;
Alone it works, in the script it opens the morph window but it is weird and bugged, it shows no recipes for example and even if it shows and I have mats and DP, it has the craft all grayed.
This is weird because my morphing script worked for like 2 weeks straight and now it doesn't open the morph window.
(You can check it on your own morphing script, it doesn't open the morph window.)
~~~~~~~~~~~
EDIT: I think I found the problem, I mean I found a way to morph but I think the problem is the same with luna window now, you cannot just call it via FrameAction or a UseID, for a reason, it bugs, you have to click it to open it.
You can use the shortcut:
Command=/skill Morph Substances;
And it opens it like you would open it via the client's chat or the shortcut itself.