Lulix Posted August 8, 2011 Share Posted August 8, 2011 (edited) how can i create a pack like the caravan or mercenary start pack?? Edited August 8, 2011 by Lulix Link to comment Share on other sites More sharing options...
Gribbleshnibit8 Posted August 9, 2011 Share Posted August 9, 2011 Take a look at these to get an idea. Basically, you make your content, then make a quest that is set to run game start. To that quest you add a script: scn StartPackSCRIPT Begin GameMode Player.additem item1 1 player.additem item2 1 Player.additem item3 1 player.additem item4 1 player.additem ammo 50 stopQuest StartPackQuest ENDWhere you replace "item1" etc with the editor names of the items you made. The number after each line is the amount of that item to add, so change that as necessary. And of course, the "StartPackQuest" would be whatever you name the quest (might as well name it that, huh). Link to comment Share on other sites More sharing options...
Lulix Posted August 9, 2011 Author Share Posted August 9, 2011 ok thanks very much. i will try it. seems to be quite simple. Link to comment Share on other sites More sharing options...
Recommended Posts