Pottyscotty Posted November 15, 2015 Report Share Posted November 15, 2015 Yeah that's what I'm using but those are seperate to the super truck child's. If that makes sense?Ahh I see, I'm not really a technological wizard with EM4 so I just spit out anything that comes into my head Quote Link to comment Share on other sites More sharing options...
Dyson Posted November 15, 2015 Author Report Share Posted November 15, 2015 MoveToPosition takes in a GameObject as its target for motion. My theory is that it would simply require the creation of a secondary object where the firefighter climbs up. I do hope that you've handled the going down part and the script is fool-proof, that way the player can't break the script. Ok so I'm trying again now, but there's no move to position in the SDK, do you mean move to point? Quote Link to comment Share on other sites More sharing options...
amuchalipsis Posted November 15, 2015 Report Share Posted November 15, 2015 I have an idea that may be valid (and I say MAY, I have no idea of scripting): You set a child on the entrance of the building (I'll call it A) so that the ladder childs go there when you install it. Then you set a child on the base of the ladder (B). The next step would be to create an object which will be the firefighter (as peds cannot go up and down) and you add some move animations. The next thing would be making the script so that the FF object goes from A to B or from B to A. I hope I may have helped you, this sounds logical in my head. Quote Link to comment Share on other sites More sharing options...
Dyson Posted November 15, 2015 Author Report Share Posted November 15, 2015 Yeah this is exactly what I'm doing. The discussion is how to get the object to travel from a to b though Quote Link to comment Share on other sites More sharing options...
itchboy Posted November 16, 2015 Report Share Posted November 16, 2015 MoveToPoint it is lol. Em4 programmers be.....dumb because the script takes a GAMEOBJECT as a target and not a vector for example. If it took a vector, then it would be SO much easier. Quote Link to comment Share on other sites More sharing options...
Dyson Posted November 16, 2015 Author Report Share Posted November 16, 2015 MoveToPoint it is lol. Em4 programmers be.....dumb because the script takes a GAMEOBJECT as a target and not a vector for example. If it took a vector, then it would be SO much easier.Yeah this did bug me. I'd never noticed before because I usually do all my movements to VO location but it's kinda limiting not moving to vectors. Anyway I'm still trying to get the movetipoint to work directly but so far no luck gonna try again with a slightly different approach see how it goes Quote Link to comment Share on other sites More sharing options...
RangerDog Posted November 16, 2015 Report Share Posted November 16, 2015 hmm, Mayby you shouldn't make it as a character, but as something different. Like ladders can move, you can make it something like that, but then instead of the ladder model a person model. And than after it reaches a certain point the person spawns on the roof? Quote Link to comment Share on other sites More sharing options...