Canderis Posted June 28, 2009 Posted June 28, 2009 void main() { object oFollow = GetObjectByTag("p_carth") ActionForceFollowObject(object oFollow, float fFollowDistance=3.0f); } I get the error at ActionForceFollow This is for K1
DarthStoney Posted June 28, 2009 Posted June 28, 2009 try this one it compiles void main() { object oFollow = GetObjectByTag("p_carth"); ActionForceFollowObject(oFollow,3.0f); }
Canderis Posted June 28, 2009 Author Posted June 28, 2009 Works! Thanks! Lets see if it works ingame...
DarthNandis Posted June 28, 2009 Posted June 28, 2009 P.S.: It only changed the ";"! Never forget the ";" hehe
Recommended Posts
Archived
This topic is now archived and is closed to further replies.