DikaWolf Posted February 3, 2017 Share Posted February 3, 2017 (edited) I'm trying to create a workshop object + idle marker. I have gotten a few things working on it but I can't seem to change the activation text which is currently "Enter" but I want to change it to "Use". I've tried setting it in its property Activate Text Override, but that did nothing. I've also tried to set it via script with SetActivateTextOverride but that also did nothing. I thought I set the script right, but it's still not working. Anyone know how to do this? Scriptname MWO:mywobject extends ObjectReference Message Property mywobjectactivatetext Auto Const ;--------------------------------------------------------------- Event OnWorkshopObjectPlaced(ObjectReference akReference) akReference.SetActivateTextOverride(mywobjectactivatetext) EndEvent Along with this I created a message object with the title "Use" which I used to set the scripts property. This appears to be what SetActivateTextOverride requires, but it still doesn't change the text. Edited February 3, 2017 by DikaWolf Link to comment Share on other sites More sharing options...
Recommended Posts