liambenny Posted February 26, 2016 Share Posted February 26, 2016 (edited) Trying to save this as a quest script but i'm getting the classic "Line 5Invalid block type for quest script" error scn Deathclawcavemessagescriptshort shownbegin ontriggerenter player if [shown ==0] showmessage Deathclawmessage set shown to 1 DEATHCLAWREF.ENABLEendifend I'm at my witts end, I can't find anything online at all. If anyone could let me know the problem that;d be great. Edited February 26, 2016 by liambenny Link to comment Share on other sites More sharing options...
Ladez Posted February 26, 2016 Share Posted February 26, 2016 The error tells you what the problem is. OnTriggerEnter is not a valid block for quest scripts. Save it as an object script and attach it to a cubic activator. You also can't enclose your condition with brackets in line 7. Use parantheses instead. You can also leave them out if you want. Link to comment Share on other sites More sharing options...
Recommended Posts