Rjhay Posted August 21, 2012 Group: Members Topic Count: 4 Topics Per Day: 0.00 Content Count: 21 Reputation: 0 Joined: 08/16/12 Last Seen: August 24, 2012 Share Posted August 21, 2012 I was trying to get some help yesterday, for some support with this kind of quest script. tr0n posted the preview npc of ToastofDoom, and I tried to put it with my simple quest script, and it works. Thanks to ToastOfDoom's script http://pastebin.com/FM71gxsC Quote Link to comment Share on other sites More sharing options...
Euphy Posted August 21, 2012 Group: Members Topic Count: 72 Topics Per Day: 0.02 Content Count: 2997 Reputation: 1132 Joined: 05/27/12 Last Seen: June 1, 2017 Share Posted August 21, 2012 You should fix the indentation, ex: if(@equip != -1 && @view > 0) { //note: yes...i'm using atcommand here cause for some reason // 'setlook' has permanent effects...last time i checked at least if(@equip & 1) atcommand "@changelook 3 " + @view; if(@equip & 256) atcommand "@changelook 1 " + @view; if(@equip & 512) atcommand "@changelook 2 " + @view; } In all honesty, I don't see why someone would opt to use this instead of an easily-configurable dynamic script, but I guess that's not my call to make. Quote Link to comment Share on other sites More sharing options...
Rjhay Posted August 21, 2012 Group: Members Topic Count: 4 Topics Per Day: 0.00 Content Count: 21 Reputation: 0 Joined: 08/16/12 Last Seen: August 24, 2012 Author Share Posted August 21, 2012 Thanks for fixing it, the reason why I posted this, cause someone was looking for a simple quest npc script with preview of it. Some of the contributer posted a dynamic script, and he doesn't want it , that's why I tried to posted mine. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.