Jump to content

DOWNLOAD MODS

Are you looking for something shiny for your load order? We have many exclusive mods and resources you won't find anywhere else. Start your search now...

LEARN MODDING

Ready to try your hand at making your own mod creations? Visit the Enclave, the original ES/FO modding school, and learn the tricks of the trade from veteran modders...

JOIN THE ALLIANCE

Membership is free and registering unlocks image galleries, project hosting, live chat, unlimited downloads, & more...

spenmenn

Allies
  • Posts

    1
  • Joined

  • Last visited

Posts posted by spenmenn

  1. I am working on a script. When the player read a book a menu pops up with several options, but nothing happens when I read the book. Can anyone help?

    Here is the script. 

     

    Scriptname Speed extends ObjectReference

    Message Property ff2  Auto  

    Message Property ff1  Auto  

    Message Property question  Auto
        function OnEquipped(Actor reader)
        
            Int iButton = question.Show()

            If (iButton == 0)
                ff1.show()
                Debug.Notification("You feel stronger1")
            ElseIf (iButton == 1)
                ff2.show()
                Debug.Notification("You feel stronger2")
        EndIf
        
    endFunction

     

    Thanks

×
×
  • Create New...