Eddoursul
3 December 2023, 00:19
In CWxScannerQuestScript, you have five calls:

SetOnControlDownEventHandler CWxScannerOnScan 0 5
EnableControl 5
set iControl to GetControl 5
SetOnControlDownEventHandler CWxScannerOnScan 1 5
DisableControl 5
Make sure to change all of them. Did you compile your script in the GECK? If you did this in xEdit, it won't work, it only updates the source field.
(I'll probably add the option to change it in the next patch, I just don't know when it's going to happen.)
1 reply, 3 total
zombiemaker1997
4
3 December 2023, 04:42
Yup that must be it then, I didn't have the GECK so that explains quite a bit. After opening it up, how do you compile the script? I found CWxScannerQuest but am unsure what to do with it from here.
1 reply, 2 total
1 reply
zombiemaker1997
4
3 December 2023, 05:47
Alright awesome, worked like a charm. Thanks a ton for walking a novice like me through the process. Makes me wonder what xEdit is even for if the GECK is where all the magic happens.