Canderis Posted June 28, 2009 Share 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 Link to comment Share on other sites More sharing options...
DarthStoney Posted June 28, 2009 Share Posted June 28, 2009 try this one it compiles void main() { object oFollow = GetObjectByTag("p_carth"); ActionForceFollowObject(oFollow,3.0f); } Link to comment Share on other sites More sharing options...
Canderis Posted June 28, 2009 Author Share Posted June 28, 2009 Works! Thanks! Lets see if it works ingame... Link to comment Share on other sites More sharing options...
DarthNandis Posted June 28, 2009 Share Posted June 28, 2009 P.S.: It only changed the ";"! Never forget the ";" hehe Link to comment Share on other sites More sharing options...
Canderis Posted June 28, 2009 Author Share Posted June 28, 2009 Duha! I am so unobservant! Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.