The problem is when I tried making a simple "Join Faction" quest (for the time being) none of the new dialogue options are showing up for that NPC, just rumors. I pretty much copied most of everything from the Join Fighters Guild stuff, yet my new topics to join my new faction aren't showing up...
Even if how I did it is wrong, I still think the topics should be available no matter what, but they arent.
Here's how the whole quest goes:
Quest Conditions under Data:
Priority: 80
Start Game Enabled checked off
Target: No
Function Name: GetDisposition
Reference: MTAssassin5
Comp: ==
AND
Also tried GetIsPlayable Race but that didn't work either.
Quest Stages:
10
100 - Complete
Topics:
Join Morag Tong
Result Script:
;Choice MTChoice1 MTChoice2
SetStage MTJoin 10
Conditions:
Target: No Function Name: GetIsID Function Info: NPC: MTAssassin5 Comp == 1.00 AND
Target: Yes Function Name: GetInFaction Function Info: Faction: MoragTongGuild == 0.00 AND
Then the 2 choice dialogues all have the GetIsID as MTAssassin5 and the "Yes" choice has:
Player.SetFactionRank MoragTongGuild, 0
SetStage MTJoin 100
This is really weird.