Moo Moo Armageddon Posted October 30, 2019 (edited) i want the player in my game to just have fists and then get a pistol but there is nothing online saying how to do it. im using gzdoom builder R2787 Edited October 30, 2019 by Cut The Chit Chat YT 0 Quote Share this post Link to post
0 phoo Posted October 30, 2019 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 0 Quote Share this post Link to post
Question
Moo Moo Armageddon
i want the player in my game to just have fists and then get a pistol but there is nothing online saying how to do it.
im using gzdoom builder R2787
Edited by Cut The Chit Chat YTShare this post
Link to post
2 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.