Posted by patch on June 10, 1998 at 22:20:26:
In Reply to: Force in Single Player posted by JEPMAN-JWC on June 10, 1998 at 21:09:06:
you have to create a start up cog with
JED and then edit it so it says
SetInv (player, [inventory number of force power], 4);
and also after you've done that for all the fp's you want
do this as well
SetInvAvailable(player, [inventory number of force power], 1);
for all of them as well
i hope i didn't write this too crappy to understand :-)
oh also when creating the startup cog in JED you have to give the player rank
-patch-