TG00FindThievesGuildScript
Editor ID:TG00FindThievesGuildScript
Form ID:00014743
Typ:Quest
Script:ScriptName TG00FindThievesGuildScript
Float fQuestDelayTime
Begin GameMode
Set fQuestDelayTime to 1
If IsPlayerInJail == 1
SetStage TG00FindThievesGuild 10
ElseIf GetStage TG00FindThievesGuild == 10
SetStage TG00FindThievesGuild 20
EndIf
End