I want to make a force power that replaces force protection that when you activate it you block every shot fired at you with your lightsaber, regardless if you are in the proper position to block it. Is that possible?
This is the static archive of the Massassi Forums. The forums are
closed indefinitely. Thanks for all the memories!
You can also download
Super Old Archived Message Boards
from when Massassi first started.
"View" counts are as of the day the forums were archived, and will no longer increase.
![http://forums.massassi.net/html/smile.gif [http://forums.massassi.net/html/smile.gif]](http://forums.massassi.net/html/smile.gif)
# Sample code by Descent_pilot for hbbtstar # Not supported by LucasArts Symbols Thing Player Flex time //time it takes to end the forcepower message activated message timer Code Activated: Player = GetLocalPlayerThing; // This is the player ParseArg(player, "error=0.0"); // New error SetTimer(time); Return; Timer: ParseArg(player, "error=0.5") // Default error Return;
If 'error=0.0' doesn't work use 'error=1.0' (but I think that doesn't block anything
)."ACTIVATE17" 0 "Force Defense"
![http://forums.massassi.net/html/cool.gif [http://forums.massassi.net/html/cool.gif]](http://forums.massassi.net/html/cool.gif)
![http://forums.massassi.net/html/wink.gif [http://forums.massassi.net/html/wink.gif]](http://forums.massassi.net/html/wink.gif)
I was planing to do somethinglike this in The X Project. I'll use this info.
Once again, thank you SaberMaster.