The Mod installs fine, with the exception of the P files, as Grave mentioned. Specifically, the following block:
IF ~~ THEN BEGIN 9
SAY ~Keep out of my way <RACE>, and ye won't get hurt!~
IF ~~ THEN DO ~
ActionOverride("xavia",JoinParty())
ActionOverride("xavia",SetDialogue("XAVIAP"))
ActionOverride("xavia",SetGlobal("KickedOut","GLOBALS",0))
SetDialogue("MULGOREP"))
JoinParty()
SetGlobal("KickedOut","GLOBALS",0)~ EXIT
END
Or the .DEBUG file
[MulgoreXaviaNPC/xavia.d] parsed
[action list near line 60, column 36 of MulgoreXaviaNPC/mulgore.d] PARSE WARNING at line 64 column 24-24
Near Text: )
syntax error
WARNING: cannot verify action ~
ActionOverride("xavia",JoinParty())
ActionOverride("xavia",SetDialogue("XAVIAP"))
ActionOverride("xavia",SetGlobal("KickedOut","GLOBALS",0))
SetDialogue("MULGOREP"))
JoinParty()
SetGlobal("KickedOut","GLOBALS",0)~: Parsing.Parse_error
[MulgoreXaviaNPC/mulgore.d] parsed
Processing 2 dialogues/scripts ...
Adding MULGORE to internal list of available DLGs
Adding MULGOREP to internal list of available DLGs
Adding XAVIA to internal list of available DLGs
Adding XAVIAP to internal list of available DLGs
The rest of the mod installs fine.
I hope someone would attempt to fix this bug. It doesn't seem like a big problem. I'd do it myself, but I'm still learning myself, not to mention I'm a Tutu newbie.