I'm learning Unrealscript very slowly in my spare time on a trail and error basis.
I've modified existing things until I'm sick of it, but that helped a lot.
Currently, I'm trying to code a "move" a player can do (whatever, I'll just make it an EXEC for specific players, if you think that's best)
...that causes the player to "dash" up to the player they have their crosshair on, but only if they are close enough. It would more less make you like you're flying (so I'd change the physics of the player) and at a certain rate of speed you'd more/less "dash" then be standing next to them.
My training thus far isn't helping. Anyone care to help with a little code, a place to look, etc... on getting my started on my idea?
thx in advance of course.
I've modified existing things until I'm sick of it, but that helped a lot.
Currently, I'm trying to code a "move" a player can do (whatever, I'll just make it an EXEC for specific players, if you think that's best)
...that causes the player to "dash" up to the player they have their crosshair on, but only if they are close enough. It would more less make you like you're flying (so I'd change the physics of the player) and at a certain rate of speed you'd more/less "dash" then be standing next to them.
My training thus far isn't helping. Anyone care to help with a little code, a place to look, etc... on getting my started on my idea?
thx in advance of course.
Comment