If I open this file with the Editor the file looks really messed up.look for OLMGUAR1.BAF in the RoT\BAF folder. It says
SetName(63273) // Castle Guard but it ends up being really messed up every time. So maybe the TP2 needs to be changed?
But if I open it with the Wordpad all looks fine:
IF Global("DeadPeple","GLOBAL",1) Global("ChangeName","LOCALS",0) THEN RESPONSE #100 SetName(63273) // Castle Guard SetGlobal("ChangeName","LOCALS",1) ENDI made your changes and the OLMGUAR1.BAF looks like this, now:
IF Global("DeadPeple","GLOBAL",1) Global("ChangeName","LOCALS",0) THEN RESPONSE #100 SetName(30115) // Guardian SetGlobal("ChangeName","LOCALS",1) ENDI think that was the changes I should made. Right?
Do you think this will work, if we use the .baf instead of the .bcs file as fix?
And can I use Wordpad to make the changes or messed I up the files if I saving the changes in Wordpad?
Greetings Leomar