supreme kotor Posted May 3, 2013 Share Posted May 3, 2013 Well I have a walk random script that won't compile woo hooo. I copied and pasted this right from tk102's post and is says sytanx error at line 4. Also no I dont want waypoints I want walk random. void main() { AssignCommand(OBJECT_SELF,ActionRandomWalk()) } Thanks- Supreme Kotor Link to comment Share on other sites More sharing options...
GeorgNihilus Posted May 3, 2013 Share Posted May 3, 2013 Well I have a walk random script that won't compile woo hooo. I copied and pasted this right from tk102's post and is says sytanx error at line 4. Also no I dont want waypoints I want walk random. void main() { AssignCommand(OBJECT_SELF,ActionRandomWalk()) } Thanks- Supreme Kotor you missed a semicolon dude ... try this: void main() { AssignCommand(OBJECT_SELF, ActionRandomWalk()); } hope that helps Link to comment Share on other sites More sharing options...
supreme kotor Posted May 3, 2013 Author Share Posted May 3, 2013 Thanks it worked... Ps. There should be an ashamed smile. :ashamed: Thanks-Supreme Kotor Link to comment Share on other sites More sharing options...
Fair Strides 2 Posted May 3, 2013 Share Posted May 3, 2013 Thanks it worked... Ps. There should be an ashamed smile. :ashamed: Thanks-Supreme Kotor I agree. No offense, but have you checked the nwnlexicon I linked you? It talks about symbols and their uses in the primer section... Link to comment Share on other sites More sharing options...
supreme kotor Posted May 3, 2013 Author Share Posted May 3, 2013 I agree. No offense, but have you checked the nwnlexicon I linked you? It talks about symbols and their uses in the primer section... No offense taken i should have looked at the page before now I will try to look at it tonight. Link to comment Share on other sites More sharing options...
Hassat Hunter Posted May 4, 2013 Share Posted May 4, 2013 If it is any consolation, scripts hate everyone... Link to comment Share on other sites More sharing options...
Scorge Posted May 4, 2013 Share Posted May 4, 2013 Exactly it takes me a whole day to get one simple script working. Scripts seem to love Ferc Kast though, Ferc can always get them working. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.