Jump to content

How to create a equipment-pack ???


Lulix

Recommended Posts

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

END

Where 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

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...