Page 1 of 1

Telekinesis

Posted: Fri Aug 05, 2005 5:09 pm
by Dru
would this be possible?
could you control an actor by pressing a key?

Posted: Fri Aug 05, 2005 10:10 pm
by revolutiongames2004
would the squid combat script work for your case?

Posted: Fri Aug 05, 2005 10:22 pm
by revolutiongames2004

Posted: Mon Aug 08, 2005 1:19 pm
by Dru (Guest)
I mean telekinesis as in being able to control an actor (eg a box) and throw it around the room.
But would the squad script work?

Posted: Mon Aug 08, 2005 6:58 pm
by Master
The only way I could think of is to script the box so that when a trigger is active (controlling_box=true) then the box responds to key strokes like a scripted player. The only thing wrong with that would be when you throw the box RF's current lack of physics wouldn't be very helpful.

Posted: Mon Aug 08, 2005 8:11 pm
by QuestOfDreams
that should be possible
I would add a PlayerDistOrder, then when the player is in a certain range to the pawn, the script would check for keys being pressed and move the pawn accordingly

Posted: Sat Aug 20, 2005 10:50 pm
by Dru
cheers.
all i need now is to learn scripting...