Hey i followed the tutorial, its my first time obviously and i ran into somehting that i for some reason just can get around, when i go to my
Weidu renamed to set up blah blah it comes up with this message
[C:\Program Files\Black Isle\BGII -
Soa\Setup-Mafew.exe.exe]
WeiDU version 185
<Setup_Assassinations.exe> Queried <pid=160> version 21000 query done.
<SETUP-MAFEW.EXE.DEBUG> Queried <pid = -1>
here is my dialog
BEGIN MS#Mafew
IF ~NumTimesTalkedTo(0)~ THEN BEGIN Talk1
Say ~Excuse me but im looking for an adventuring group to join do you know where I could find one?~
IF ~~ THEN REPLY ~Well we're are a group of adventurers, would you like to join me?~ GOTO Join
IF ~~ THEN REPLY ~I'm sorry, but i dont have time to talk.~ GOTO EndTalk
IF ~~ THEN REPLY ~If I see you around here again I'll kill you.~ DO ~EscapeArea()~ EXIT
END
IF ~~ THEN BEGIN Join
SAY ~ I would love to, but are you sure about this?~
IF ~~ THEN REPLY ~Ofcourse, Welcome aboard~
DO ~SetGlobal("MafewJoined","LOCALS,1) JoinParty()~ EXIT
IF ~~ THEN REPLY ~On second thought, prehaps another time.~ EXIT
END
IF ~~ THEN BEGIN EndTalk
SAY ~(sigh) Very well, I'll probably still be here if you change your mind.~
IF ~~ THEN EXIT
END
IF ~NumTimesTalkedToGT(0)~ THEN BEGIN Talk2
SAY ~ Hey, your back, can I join you now?~
IF ~~ THEN REPLY ~Ofcourse. Welcome to the party.~
DO ~SetGlobal("MafewJoined","LOCALS",1)
JoinParty()~ EXIT
IF ~~ THEN REPLY ~On second thought, prehaps another time.~ EXIT
END
BEGIN MS#MafewP
IF ~Global("MafewJoined","LOCALS",1)~ THEN BEGIN LeaveGroup
SAY ~Hey <CHARNAME> did you want me to leave?~
IF ~~ THEN REPLY ~No, I would like you to stay.~ DO ~JoinParty()~ EXIT
IF ~~ THEN REPLY ~I think its for the best right now.~ EXIT
END
IF ~Global("MafewJoined","LOCALS",0)~ THEN BEGIN ComeBack
sAY ~You want me back?~
IF ~~ THEN REPLY ~Welcome back my friend.~ DO ~SetGlobal("MafewJoined","LOCALS",1)
JoinParty()~ EXIT
IF ~~ THEN REPLY ~Not yet, prehaps some other time.~ EXIT
END
i dont think theres a problem here
Okay well i just opened my set up note pad and this was there
WeiDU v 185 Log
C:\Program Files\Black Isle\BGII -
SoA\Setup-Mafew.exe.exe
{Setup-Assassinations.exe} Queried (pid = 160) version = 21000 query done.
{SETUP-MAFEW.EXE.DEBUG} Queried (pid = -1)
and i have no idea wh or how because i typed what your showed
i realise there was minor diffrences with what your example gave and what i wrote, however these were all dialog options so i doubt these are the cause of it, altho i understand i didnt follow exactly what you said so you dont have resposability to help me or anything like that, but it would be greatly appreciated