Closed sundog259 closed 5 months ago
Probably something like this:
{
"modify": [
{
"match": {
"classname": "trigger_multiple",
"targetname": "[PR#]Nuke_check",
"io": [
{
"overrideparam": "say ** YOU WON **"
}
]
},
"replace": {
"io": {
"timestofire": 1
}
}
}
]
}
thanks :3
Hello,I want to modify the output of a trigger_multiple entity in the map. Here's an example of the current output:
I want to add a 'fire once only' feature to it to prevent the console spamming. How should I write this?