Dugoar
01-01-2018, 11:00 PM
I have been searching around trying to figure out the best way to do this.
I have a script for loading my crossbow. It is a crossbow that can hold 5 bolts, I have a bad habit of trying to load a sixth bolt, which causes me to end up getting a bolt out and not being able to load it.
So I have altered the script to LOOK at my crossbow and then bail out if its fully loaded. The problem is it creates a lot of screen spam for me, looking at my crossbow every time I load it. Is there a way to just squelch the command and returned line, only in the script (I would still like to be able to look at the crossbow when not in the script?
Another option might be if there is a way to see the description of the crossbow without using an in game command, similar to how you can get the noun by using GameObj.left_hand.noun.
Thanks!
I have a script for loading my crossbow. It is a crossbow that can hold 5 bolts, I have a bad habit of trying to load a sixth bolt, which causes me to end up getting a bolt out and not being able to load it.
So I have altered the script to LOOK at my crossbow and then bail out if its fully loaded. The problem is it creates a lot of screen spam for me, looking at my crossbow every time I load it. Is there a way to just squelch the command and returned line, only in the script (I would still like to be able to look at the crossbow when not in the script?
Another option might be if there is a way to see the description of the crossbow without using an in game command, similar to how you can get the noun by using GameObj.left_hand.noun.
Thanks!