Difference between revisions of "Talk:Bethesda Tutorial Basic Quest Scripting"
Jump to navigation
Jump to search
Talk:Bethesda Tutorial Basic Quest Scripting (edit)
Revision as of 17:21, 5 October 2012
, 17:21, 5 October 2012→Help
imported>Mrmikeymoo |
imported>AleKahpwn (→Help) |
||
Line 55: | Line 55: | ||
:I'm having the exact same issue. I did notice that while the text looks fine on the wiki, when I past it "GSQ01.SetObjectivedisplayed(30)" is out of alignment with the if statement, approximately 2.5 spaces too far right. I can realign it by backspacing 3 times and pressing tab, but I get the same compiling error after doing so. What's going on here!? --[[User:Ulithium Dragon|Ulithium Dragon]] 17:20, 11 April 2012 (EDT) | :I'm having the exact same issue. I did notice that while the text looks fine on the wiki, when I past it "GSQ01.SetObjectivedisplayed(30)" is out of alignment with the if statement, approximately 2.5 spaces too far right. I can realign it by backspacing 3 times and pressing tab, but I get the same compiling error after doing so. What's going on here!? --[[User:Ulithium Dragon|Ulithium Dragon]] 17:20, 11 April 2012 (EDT) | ||
:UPDATE: I'm actually getting failure to compile messages for every script I try on the GSQAmulet I created! It fails to compile the auto-generated code that gets attached to every property! (This didn't happen before I tried to paste and save the pre-made code off this wiki tutorial) --[[User:Ulithium Dragon|Ulithium Dragon]] 17:36, 11 April 2012 (EDT) | :UPDATE: I'm actually getting failure to compile messages for every script I try on the GSQAmulet I created! It fails to compile the auto-generated code that gets attached to every property! (This didn't happen before I tried to paste and save the pre-made code off this wiki tutorial) --[[User:Ulithium Dragon|Ulithium Dragon]] 17:36, 11 April 2012 (EDT) | ||
::One thing I found, is I did something funny with the GSQ01 naming. I couldn't get it work correctly, and removed it. I thought that deleted it, but it did not, so I couldn't name a second thing GSQ01 either. Moral of the story: I had to use "NewProperty.SetStage(30)" as opposed to GSQ01.SetStage. | |||
::--[[User:AleKahpwn|AleKahpwn]] ([[User talk:AleKahpwn|talk]]) 18:21, 5 October 2012 (EDT) | |||
== Also having same problem with script compiling when following tutorial to the letter == | == Also having same problem with script compiling when following tutorial to the letter == |