Jump to content

sagittarius22

Premium Member
  • Posts

    411
  • Joined

  • Last visited

Everything posted by sagittarius22

  1. New script, but still doesn't work :( I appreciate your help guys! Scriptname SAGPlayerInChargenMyScript extends Quest Quest Property InChargen Auto Spell Property Rested Auto SPell Property WellRested Auto Spell Property MarriageRested Auto Event OnInit() registerForUpdate(0.5) EndEvent Event OnUpdate() if Game.GetPlayer().HasSpell(Rested) || Game.GetPlayer().HasSpell(WellRested) || Game.GetPlayer().HasSpell(MarriageRested) Debug.MessageBox("Its okay") else Debug.MessageBox("Not Okay") Endif EndEvent
  2. Yes, the script is attached to a quest.
  3. I made this: Scriptname SAGPlayerInChargenMyScript extends Quest Quest Property MyProperty Auto Spell Property Rested Auto SPell Property WellRested Auto Spell Property MarriageRested Auto Function SomeFunction() registerForUpdate(0.5) EndFunction Event OnInit() SomeFunction() if Game.GetPlayer().HasSpell(Rested) || Game.GetPlayer().HasSpell(WellRested) || Game.GetPlayer().HasSpell(MarriageRested) Debug.MessageBox("Its okay") else Debug.MessageBox("Not Okay") Endif EndEvent But it does not have any effect :psyduck:
  4. I'm trying to see if the player is under the WellRested effect...
  5. Hi, I've a script here; I'd like it to be run during gamemode, never stopping; but for some reasons it does not seem to work, even if the script compiles without errors... Here it is: Scriptname SAGPlayerInChargenMyScript extends Quest Quest Property MyProperty Auto Spell Property Rested Auto SPell Property WellRested Auto Spell Property MarriageRested Auto Function SomeFunction() registerForUpdate(0.5) ; Before we can use onUpdate() we must register. EndFunction Event OnUpdate() if Game.GetPlayer().HasSpell(Rested) || Game.GetPlayer().HasSpell(WellRested) || Game.GetPlayer().HasSpell(MarriageRested) Debug.MessageBox("Its okay") registerForUpdate(0.5) else registerForUpdate(0.5) Debug.MessageBox("Not Okay") Endif EndEvent No message appear, so that means something is done wrong...
  6. :wallbash: Guys, could someone provide a decent tutorial about scripting? I swear, I don't understand ANYTHING about what's said in the wiki. While the old scripting was clever and easy, this one seems to be from another planet. I really need help on this one. :psyduck: Thanks...
  7. Oh well, I thought that infos like items, perk etc could be imported from one save to another :wallbash:
  8. Would be cool if you could tell us where you found this answer... please. :armscrossed:
  9. Hi, Does someone know if it's possible to use, say a level 30 character in a new game; with items and stuff, by importing it?
  10. Maybe me, if the scripting is not too different from Fallout New Vegas.
  11. I'll do what I can :-)

    Thanks :-)

  12. I have a problem over here. I'm going to make the (last?) quest for the Dark Brotherhood, when suddenly it freeze at a precise point: Did someone else have this problem?
  13. Yes I saw this thread and decided to make the mod :-)
  14. http://www.skyrimnexus.com/downloads/file.php?id=5887
  15. Thank you! Last question: do you know which recor needs to be modified in the ESP? aka, which record stores the coordinates?
  16. Mh thanks but what I meant, was placing an item or an NPC in the game, through a mod (ESP) but without the CK as it's not released yet... For example, with TESsnip...
  17. My question is as simple as it could be: is there a way to place an item or an NPC in the game without the Creation Kit? Maybe through coordonates?
  18. There should be a new command script that would turn anyone in a creature; for player it's setplayerrace and you can use it to turn yourself in any creature or race, for example: setplayerrace dragonrace to play as a dragon.
  19. Well at least it's not from me :unsure:
  20. Is anyone having a weird issue as in those pics? http://www.image-share.com/upload/1112/187.jpg http://www.image-share.com/upload/1112/188.jpg http://www.image-share.com/upload/1112/189.jpg
  21. I love it, I think it does not really needs a lot of mods :)
  22. Haha yeah, wanted to know how you were since I did not hear a lot from you recently :D

    I guess you're playing Skyrim and SR3 a lot, that's why. :)

×
×
  • Create New...