Pikmin Posted February 27, 2009 Share Posted February 27, 2009 What do I need to do to get this to work? effect efPush = EffectForcePushTargeted("location1", 0), 0); Link to comment Share on other sites More sharing options...
Malxados Posted February 27, 2009 Share Posted February 27, 2009 Do you mean what things you need to change in order for it to work? Link to comment Share on other sites More sharing options...
Pikmin Posted February 27, 2009 Author Share 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. Link to comment Share on other sites More sharing options...
Star Admiral Posted February 27, 2009 Share 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 Link to comment Share on other sites More sharing options...
Pikmin Posted February 27, 2009 Author Share Posted February 27, 2009 Thanks, it worked. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.