Pikmin Posted February 27, 2009 Posted February 27, 2009 What do I need to do to get this to work? effect efPush = EffectForcePushTargeted("location1", 0), 0);
Malxados Posted February 27, 2009 Posted February 27, 2009 Do you mean what things you need to change in order for it to work?
Pikmin Posted February 27, 2009 Author Posted February 27, 2009 Yeah, I have the thing that will call that to effect, but i can't get that function to set to the location.
Star Admiral Posted February 27, 2009 Posted February 27, 2009 Change "location1" to the name of your variable for the location. Otherwise use the Location() function. And change the code to the following; the other one will create a syntax error. effect efPush = EffectForcePushTargeted("location1", 0) - Star Admiral
Recommended Posts
Archived
This topic is now archived and is closed to further replies.