![]() |
Advanced quest system problem... - Printable Version +- Mirage Source (https://mirage-engine.uk/forums) +-- Forum: Mirage Source (Nostalgia) (https://mirage-engine.uk/forums/forumdisplay.php?fid=61) +--- Forum: Archive (2006-2011) (https://mirage-engine.uk/forums/forumdisplay.php?fid=18) +---- Forum: General (https://mirage-engine.uk/forums/forumdisplay.php?fid=17) +---- Thread: Advanced quest system problem... (/showthread.php?tid=672) |
- William - 23-01-2007 What does the error say? Hint: use code tags for each sub, easier to read it then. - Matt - 24-01-2007 Okay, then either it's a certain part of that line and you didn't specify, or that value isn't even found, or something along those lines. Why are you using readini anyway? GetVar is much better. - Matt - 24-01-2007 It's not hard. Just compare a readini call to a getvar call and you'll understand it easily. Trust me, I was the same way at first. I didn't even know get/putvar did the same thing as read/writeini. Lol. - Tosuxo - 24-01-2007 Code: Function DoQuest(ByVal questnum As Long, ByVal index As Long, ByVal npcnum As Long) i THINK i've changed that to getvar for you... may have made a mistake sorry... i'm doing my accouting essay for uni right now so a lil confused haha, hope it helps ![]() - Tony - 25-01-2007 Getvar sucks ass :], You know that advo. Lord, learn binary files. Its like 10x faster. Less code also. |