Ok I compiled the debug zone.exe and checked what it said whenever I tried to initiate a quest, Result was this message :
Unrecognized Command:
Which is an error message in parser.cpp it seems but I have no clue why it wouldn't work. I've been trying for days... I have latest 0.4.3-DR2, The quest is in the /quests/oasis/ folder and I took the quest code from Jaw's exemples, I also tried w/ and without the "," ( ie : "Hail," and "Hail" ) I recompiled a few times to no avail. I don't know what to do anymore :(
Quote:
The quest code
EVENT_SAY {
if ($1 == "Hail" && $2 == $me) { say("Greetings $user , would you like me to [bind your soul]? ") }}
if ($1- =~ "bind" ) { say("Incoming Bind! When you die, you will zone back to this spot.") cast($userid,2049) }
}
|
Any clue ?[/quote]