Jump to content
Search In
  • More options...
Find results that contain...
Find results in...
  • 0
Moo Moo Armageddon

replacing starter weapon

Question

2 answers to this question

Recommended Posts

  • 0

I don't often do too much stuff with ACS, but I just looked it up.

You could probably use a script like this:

 

script 1 ENTER 

{

     ClearInventory();

     GiveInventory("Fist", 1);

}

 

This script should clear your inventory, then give you fists when you enter a level.

I'd recommend looking into ACS scripting more: https://zdoom.org/wiki/ACS

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×