Page 5 of 5 FirstFirst 12345
Results 81 to 92 of 92

Thread: Lesson 2

  1. #81
    ♔Jean-Luc Picard♔'s Avatar Domesticus
    Join Date
    Feb 2007
    Location
    North Carolina, USA
    Posts
    2,181

    Default Re: Lesson 2

    only 12 fps? you might need to lower your graphics settings.

    It is my great honour to have my poem Farmer in the Scriptorium here.

  2. #82
    Romanos IV's Avatar The 120th Article, § 4
    Join Date
    Jun 2008
    Location
    the hell outta here (Athens, European Client State of Greece)
    Posts
    3,882

    Default Re: Lesson 2

    Yeah, indeed...
    Under the noble patronage of Jimkatalanos

  3. #83
    B. Ward's Avatar ★★★★ RockNRolla ★★★★
    Join Date
    Feb 2007
    Location
    East Coast, United States
    Posts
    4,376

    Default Re: Lesson 2

    And the lulz continue...

    Spoiler Alert, click show to read: 


    Spoiler Alert, click show to read: 


    Spoiler Alert, click show to read: 





    Spoiler Alert, click show to read: 




  4. #84
    Augustus Lucifer's Avatar Life = Like a beanstalk
    Patrician Citizen

    Join Date
    Aug 2006
    Location
    Mote of Dust
    Posts
    10,725

    Default Re: Lesson 2

    @ Romanos IV:

    Looks fine. Have been added as completing Lesson 2.

    @ B. Ward:

    Worst script ever. Without a doubt. Perhaps only surpassed by your other terrible scripts. You've been removed from completing Lesson 1 and have to go back and do all of them all over again.*



    * I'm not a loser I just like shiny units

  5. #85
    Hesus de bodemloze's Avatar The Gaul
    Civitate Patrician Content Emeritus

    Join Date
    Aug 2006
    Location
    Belgium
    Posts
    12,313

    Default Re: Lesson 2

    Did i complete lesson 2 ? I PM my script to GED.
    Horum omnium fortissimi sunt Belgae :
    Hesus 's Photo Gallery
    The Writers Study|Ex-Global Moderator|Moderation Mentor| Ex - Librarian of the Scriptorium|PoTW|MAARC|ToTW
    SPQR Forum Moderator

  6. #86
    Legio's Avatar EMPRESS OF ALL THINGS
    Content Emeritus

    Join Date
    Mar 2008
    Location
    Chlοëtopia
    Posts
    43,774

    Default Re: Lesson 2

    Urrrg sorry for being so damn late.
    Here's the script:
    Code:
    script
       
       if I_SettlementUnderSiege York
        and RandomPercent > 50
        and I_EventCounter york_army_spawned == 0
       
    set_event_counter york_army_spawned 1
      historic_event york_reinforcements
     create_unit York, Peasants, num 5, exp 1, arm 0, wep 0  
    end_if
    
    if not I_SettlementUnderSiege York
    
    set_event_counter york_army_spawned 0
    historic_event york_reset
    
    end_if
    
    end_script
    screens will come soon

  7. #87

    Default Re: Lesson 2

    Looks good Lego , but one thing :

    The resetting part of your script will fire each turn York isn't under siege , and will also give a message each turn it's not under siege therefor , i suggest you add this condition at your last bit :

    Code:
    if not I_SettlementUnderSiege York
    and I_EventCounter york_army_spawned == 1 ; So that it only activates the turn after the siege
    
    set_event_counter york_army_spawned 0
    historic_event york_reset
    
    end_if
    And i think you also need to add 'wait_monitors' at the end , although i'm not sure , since you only got 'if' statements .. i'm sure AL or GED can tell you

  8. #88
    Legio's Avatar EMPRESS OF ALL THINGS
    Content Emeritus

    Join Date
    Mar 2008
    Location
    Chlοëtopia
    Posts
    43,774

    Default Re: Lesson 2

    Code:
    script
       
       if I_SettlementUnderSiege York
        and RandomPercent > 50
        and I_EventCounter york_army_spawned == 0
       
    set_event_counter york_army_spawned 1
      historic_event york_reinforcements
     create_unit York, Peasants, num 5, exp 1, arm 0, wep 0  
    end_if
    
    if not I_SettlementUnderSiege York
    and I_EventCounter york_army_spawned ==1
    set_event_counter york_army_spawned 0
    historic_event york_reset
    
    end_if
    
    end_script
    Thanks for the help theo

  9. #89
    GrnEyedDvl's Avatar Liberalism is a Socially Transmitted Disease
    Artifex Technical Staff

    Join Date
    Jan 2007
    Location
    Denver CO
    Posts
    23,844
    Blog Entries
    10

    Default Re: Lesson 2

    Quote Originally Posted by Hesus de bodemloze View Post
    Did i complete lesson 2 ? I PM my script to GED.
    The last PM I have from you was about your historic event not firing and I asked you what the log said. Do you have anything to report on that?

  10. #90
    GrnEyedDvl's Avatar Liberalism is a Socially Transmitted Disease
    Artifex Technical Staff

    Join Date
    Jan 2007
    Location
    Denver CO
    Posts
    23,844
    Blog Entries
    10

    Default Re: Lesson 2

    YMCA, you need to put that script inside a monitor that tells it exactly when to fire.

  11. #91
    Hesus de bodemloze's Avatar The Gaul
    Civitate Patrician Content Emeritus

    Join Date
    Aug 2006
    Location
    Belgium
    Posts
    12,313

    Default Re: Lesson 2

    Quote Originally Posted by GrnEyedDvl View Post
    The last PM I have from you was about your historic event not firing and I asked you what the log said. Do you have anything to report on that?
    No not really i abandoned the character line for now to keep up with the lessons. The first PM i send you has a working script in it. I will experiment with the character when lessons have been finished.
    Horum omnium fortissimi sunt Belgae :
    Hesus 's Photo Gallery
    The Writers Study|Ex-Global Moderator|Moderation Mentor| Ex - Librarian of the Scriptorium|PoTW|MAARC|ToTW
    SPQR Forum Moderator

  12. #92
    Augustus Lucifer's Avatar Life = Like a beanstalk
    Patrician Citizen

    Join Date
    Aug 2006
    Location
    Mote of Dust
    Posts
    10,725

    Default Re: Lesson 2

    Hesus if you still have your Lesson 2 script can you post it here or PM it to me? Don't know if GED has gotten a chance to read it and would like to add you to the completed list.

Page 5 of 5 FirstFirst 12345

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •