Jump to content
  • 0

How to make the player start with fists only?


baronofgibbitude

Question

5 answers to this question

Recommended Posts

  • 0

STRAIN is vanilla and gives the player no starting ammo which is the equivalent of a fist start, so try checking out its dehacked script.

Edited by BoxY

Share this post


Link to post
  • 0

If mapping in UDMF format you can do it via script.


#include "zcommon.acs"

 

script 1 enter             //FIST ONLY START
{
    ClearInventory();
    GiveInventory("Fist", 1);
}

Share this post


Link to post

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...