Rjhay Posted August 21, 2012 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
Euphy Posted August 21, 2012 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
Rjhay Posted August 21, 2012 Author 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
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.