ID:166837
![]() Jun 8 2006, 5:14 pm
|
|
What would i look up on how create partys of 3 or more people. who can team and items work on ll of them.
|
Code:
walk_to(Ref,Trg,Min=0,Lag=0) Problem description: That is what it gave me, what does that mean? |
i read it and i dont understand. I cant learn stop just from reading I need an example to get me started thats hgow i learn.
|
That's not how you learn.
How the heck do you think the first programmers learned everything? No one was there to help them out. And as you might notice, you're on a PC right now, so they succeeded. As Piratehead was kind enough (you should be grateful, Dbgtsuperfreak), it's all positively explained. <code>Ref</code> = Reference. Who or what do you wish to move <code>Trg</code> = Target. Use it on who? <code>Min</code> = Minimal distance it should stop at. <code>Lag</code> = Movement delay. Seriously, though. When checking out the Reference, don't look at the shiny code-examples. Read what they do. |
n00b whined:
i read it and i dont understand. I cant learn stop just from reading I need an example to get me started thats hgow i learn. I don't believe you. It's so simple that if you can learn at all, I think you can learn from reading that. If you need a little more visual cue about what it does, add it into a project. For example, you could write a really simplistic click-to-walk system like this: turf/Click() Now, was that so darn hard? The reason you have trouble is that you are not willing to sit down and try anything. And this may shock you, but the forum is not here to provide you with baby sitters who will hold your hand every step of the way through game development. Shape up or you'll always be a clueless turd that can't read an odd dozen words in the DM reference and get an easy-as-pie built in procedure to work, much less anything with any level of complication. Edit: If you had searched the reference for walk_to(, you would have found the *exact above code snippet* in the Click() part of the reference. Seriously, it pays to look in the reference. Not just a child's glance that says "omgcode, its too hardz!@!", but a few minutes to look at things and try them. |
Code:
mob Problem description: <font color=red size=2>OK, i made my party system, but now i get a problem. Somwhere in this code somthing is overiding my player stat pannel. and nohing shows up. Code: mob Problem description: Here is my stat pannel for the people but it is being overided by the party system. |
RAFL, YOU made it?
Jee, doesn't this look-alike. Well, if you're still going to deny you ripped it like you did with everything, you should easily know how to fix it seeing as you can create a whole party system. |
I know u may not think i did but i did. I just need to know whats wrong with it and why its doing that. I thought i wa that extra st pannel on th party part but when i tryed getting rid of it the party system didnt work so i cant figure it out.
|
Confucius say, man who eat crackers in bed wake up feeling crummy.
Confucius say, man with hand in pocket all day not crazy, just feeling nuts. Confucius say, man who sleep in bed of nails is holy. Confucius say, man who forget to put ..() in proc heading for trouble. Confucius say, man who stand on toilet high on pot. Confucius say, man who jump through screen door, strain self. Confucius say, man who push piano down mine shaft, likely to get A flat minor. lolz |
No, you did rip it. You did. God I plainly hope you get banned. You're plainly lying, laughing at our faces, and then expect us to help you? This is ridiculous.
PS; in case you failed to notice, Piratehead actually gave you the solution to your problem. And many more. |
I fixed it. oh, just in case u are wondering i am not making a dbz game.
I wont ask for any more help. |
Dbgtsuperfreak wrote:
I fixed it. oh, just in case u are wondering i am not making a dbz game. No, but whatever you'll make, I'm not quite sure wether.. Meh. I wont ask for any more help. Thank you. |
Though if you wanna do a Follow-leader command, I suggest you look up walk_to().
- GhostAnime
PS: Use search for team/party demos