YesNoOk
avatar

HELPER WITH HIS ROOT (Read 281 times)

Started by sergeus, October 08, 2010, 12:54:11 am
Share this topic:
HELPER WITH HIS ROOT
#1  October 08, 2010, 12:54:11 am
  • ***
  • AVP Project
    • Spain
    • sergeusmugen.blogspot.com
Hi!
Well, i´ll try to explain what i want to do:

I have a helper, and the root (or parent) must be in its position, so it´s like "bind to parent" but in the other direction.

I hope you could understand me

I was tryng to do someting like this:

[State -2, Pos1]
type = posset
trigger1 = ishelper(100) = 1
trigger1 = roundstate >= 2 && numenemy
x = numhelper(100).pos X ;(YES I KNOW IT´S NOT REAL)  ;P
y = 0

Thanks in advance  ;)
Re: HELPER WITH HIS ROOT
#2  October 08, 2010, 12:56:16 am
  • ******
  • Legendary XIII
  • I am the eye of the storm to come!
    • New Zealand
    • network.mugenguild.com/cyanide/
You're close

type = posset
trigger1 = numhelper(100) = 1
x = floor(helper(100), pos X)

Works like that.


In M.U.G.E.N there is no magic button

They say a little knowledge is a dangerous thing, but it's not one half so bad as a lot of ignorance.
Re: HELPER WITH HIS ROOT
#3  October 08, 2010, 01:13:46 am
  • ***
  • AVP Project
    • Spain
    • sergeusmugen.blogspot.com
Thanks a lot, master!  ;)