DSoS Posted January 24, 2010 Author Share Posted January 24, 2010 Edited entire post, as it did not make much since to me, I was extremely tired and did not know what I was really asking for. I'm back, I had to take a break from modding, College started again, but I'll be working on this a little bit at a time, weekends most likely. ------ New question will be asked below....Sorry if this is against the ToS or anything. But I could not understand what I was asking for Link to comment Share on other sites More sharing options...
DSoS Posted January 24, 2010 Author Share Posted January 24, 2010 Sorry but i made a big mistake : i forgot to tell you that you must use GetScriptVariable or define the "light" short variable in a Quest script and not only Object scripts. In each Object script you can set your Objectscript.light to this QuestID.light variable, or directly use the QuestID variable for the conditions. I don't understand what you mean (quote above) Current Script:Scriptname MalamathTurnLightsOnScript Begin OnActivate Player if ( light < 2 ) MessageBox "I should turn around and see if I can figure out how to light this area up. It is far too dangerous to venture any further without more light." return else Activate endif End Link to comment Share on other sites More sharing options...
DSoS Posted January 26, 2010 Author Share Posted January 26, 2010 I need a script that is based on the PC level to how many guards will show up. RefID:StoneGuardian01StoneGuardian02StoneGuardian03StoneGuardian04StoneGuardian05StoneGuardian06StoneGuardian07StoneGuardian08 Basically what I need is something similar to this..... PC Level 1 to 10 = 2 guards spawn at 2 Levels higher than PC levelPC Level 11 to 15 = 3 guards spawn at 5 Levels higher than PC levelPC Level 16 to 20 = 5 guards spawn at 8 Levels higher than PC levelPC Level 21+ = 8 guards spawn at 15 Levels higher than PC level Will be activated through a Player trigger.Will be used multiple times in different locations in the same interior cell Link to comment Share on other sites More sharing options...
Recommended Posts