Luna Engine - Spin Command Help?

● ARCHIVED · READ-ONLY
Started by Mongetsu 5 posts View original ↗
  1. So I'm fairly new to RPG Maker and I just recently purchased the Luna Engine. I watched some videos and noticed that there was a Spin Command in peoples battle systems. I read the information about the Spin Command for the Luna Engine but I don't understand how to make the command spin around the picture.
  2. Do you mean the persona one or the icons one?
  3. The icon one.
  4. Actor Commands Script. Read this part:

    Code:
         :type_2 =>  {        :radius     =>  40,        :cursor     =>  "RollIconCursor",        :speed      =>  6,      # The higher number, the slower spinning speed.        :all_dir    =>  true,   # Set to true to spin commands by all                                 # LEFT RIGHT UP DOWN.        :select_angle => 90,    # In degrees.        :icons      =>  {          "Attack"  =>  2337,          "Special" =>  2338,                    "Magic"   =>  2298,          "Items"   =>  2293,          "Escape"  =>  2339,          "Guard"   =>  2336,          "Recovery"=>  2343,        }, 
  5. Thank you very much ^^ I got it working now!