Results 1 to 2 of 2

Thread: descr_faction_standing question

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1

    Default descr_faction_standing question

    I want to make more severe penalties for getting caught assassinating the Pope. Included in this is I want your faction standing to drop greatly for every non excommunicated catholic. Here is the code that I have currently in order to do so.

    Code:
    ;------------------------------------------
    Trigger 0048_P_Assassin_Caught_Attacking_Pope
        WhenToTest AssassinCaughtAttackingPope
    
        FactionStanding factions { papal_states } -1.5
        FactionStanding religion [catholic] -0.8
    		and not Excommunicated
    
    ;------------------------------------------
    Trigger 0049_P_Assassin_Caught_Attacking_Pope
        WhenToTest AssassinCaughtAttackingPope
    Will this work?

    My concern is with the "not excommunicated" part. All other parts where the not excommunicated line is used uses it for the target or faction doing the event. I need it for the catholic factions (which aren't the target or faction).

  2. #2
    Harbinger of... saliva Member alpaca's Avatar
    Join Date
    Aug 2003
    Location
    Germany
    Posts
    2,767

    Default Re: descr_faction_standing question

    No, that thing is a condition, not an effect. You can't use it in this way, but don't ask me how to do it, either ;)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Single Sign On provided by vBSSO