Zaldir Posted July 20, 2010 Share Posted July 20, 2010 Try removing "IsActionRef player == 1". This is not an action you are doing, but an action you have done, so maybe this will fix it. Link to comment Share on other sites More sharing options...
ijarofjami Posted July 22, 2010 Author Share Posted July 22, 2010 Nah, that doesn't fix it. Link to comment Share on other sites More sharing options...
Zaldir Posted July 22, 2010 Share Posted July 22, 2010 Okay, try this then:This must be a object script, attached to AHContract2 Begin OnActivate if GetStage AHAdemarQuest02 == 10 || GetStage AHAdemarQuest02 == 25 SetStage AHAdemarQuest02 30 endif end Link to comment Share on other sites More sharing options...
ijarofjami Posted July 22, 2010 Author Share Posted July 22, 2010 Yeah, that was the script I tried originally, didn't work too well. I just tried it again, still doesn't work. Link to comment Share on other sites More sharing options...
Zaldir Posted July 22, 2010 Share Posted July 22, 2010 oops: Begin OnActivate if GetStage AHAdemarQuest02 == 10 || GetStage AHAdemarQuest02 == 25 Activate SetStage AHAdemarQuest02 30 Elseif Activate endif end This should work. Link to comment Share on other sites More sharing options...
ijarofjami Posted July 22, 2010 Author Share Posted July 22, 2010 Eh, that didn't work, either. It doesn't matter, I'll just find a work around. Thanks for all your help, bro. Link to comment Share on other sites More sharing options...
Recommended Posts