sbbg Posted September 1, 2011 Share Posted September 1, 2011 (edited) Hi, I tried to do some script. something like begin OnAdd/OnEquip works fine for me.But something HORRIBILY wrong here... Before you ask, I'm following EVERY steps mentioned here. I did enable the new esp file, checked in BOTH OBMM and OblivionLauncher, and put it at the last of the loading order.scripting tutorial my second script But the trivial GameMode script like: ( yes, I did set it to "quest" type) ScriptName HorribleMessageScript Begin GameMode MessageBox “Thousands of useless messages!” End Won't take effect in game. I thought it was my fault without calming down. I tried to wash my face. And try again but failed.I went to jog 30 minutes, take a shower. And return to try again. But still failed... :wallbash: What could be wrong here? Is there any possibility like race condition or other script blocking it? Edited September 1, 2011 by sbbg Link to comment Share on other sites More sharing options...
fg109 Posted September 1, 2011 Share Posted September 1, 2011 Well, I took a quick glance at the tutorial and it seems like the example given is for an object script. So, please answer these simple questions: 1. Did you attach the quest script to a quest?2. Did you check the "Start Game Enabled" box for the quest?3. Were you actually in GameMode when you tested it? (If no menus are open, then you're in GameMode)4. When you test it, did you wait at least 5 seconds before deciding it didn't work? Link to comment Share on other sites More sharing options...
Faceshifter Posted September 1, 2011 Share Posted September 1, 2011 What also helps is setting the quest priority high. I had a quest with priority 85 and it didn't work, but it did at 100 Link to comment Share on other sites More sharing options...
PrettyMurky Posted September 1, 2011 Share Posted September 1, 2011 What also helps is setting the quest priority high. I had a quest with priority 85 and it didn't work, but it did at 100As far as I'm aware, 'quest priority' only affects dialog. Link to comment Share on other sites More sharing options...
sbbg Posted September 2, 2011 Author Share Posted September 2, 2011 Well, I took a quick glance at the tutorial and it seems like the example given is for an object script. So, please answer these simple questions: 1. Did you attach the quest script to a quest?2. Did you check the "Start Game Enabled" box for the quest?3. Were you actually in GameMode when you tested it? (If no menus are open, then you're in GameMode)4. When you test it, did you wait at least 5 seconds before deciding it didn't work?Thank you. How stupid I am to follow a object script guide to do that...I really appreciate your patience and help to a noob like me. Happy modding to you. Link to comment Share on other sites More sharing options...
Recommended Posts