PDA

View Full Version : ComboD[] and Layers...



ShadowMancer
07-28-2007, 08:32 PM
Is there a way to tell what layer a combo is on or rather is there a way to get the ID of a combo say on layer 2 for example. I don't think FFC's are layer specific but that should not matter. I was thinking of putting the FFC running the script on the map that is used for layer 2 but that does not seem like it would work either. Any ideas?

pkmnfrk
07-28-2007, 08:54 PM
Oh, well, telling the layer a combo in is easy: they're all on Layer 0. ComboD[] only affects Layer 0, and there's no ComboD1 or anything for anything higher.

C-Dawg
07-31-2007, 06:09 PM
Use Overhead (for combos) and Draw Over (for FFC) flags to simulate being on higher layers. That's about the best you can do.

ShadowMancer
08-02-2007, 08:54 PM
I wanted to effect a combo on layer 2 but its seems that is not possible yet so I just moved the specific combos to layer 0, it works.