I decompiled the stguard1.dlg using
weidu from the command line to produce a .d file. I then copied the section out of it (old part) and then decompiled the mod's stguard.dlg to another folder and copied the new section out of it and pasted both in the .tp2 and I still couldnt get it to work.
Old section:
IF ~Global("WorkingForBodhi","GLOBAL",1)
~ THEN BEGIN 1 // from:
SAY #21325 /* ~Ye've made quite th' mistake, showin' yer face around here!~ */
IF ~~ THEN DO ~CreateCreature("DASSIN",[667.1583],0)
CreateCreature("DASSIN",[759.1206],0)
CreateCreature("DASSIN",[500.1246],0)
CreateCreature("DASSIN",[1435.1156],0)
CreateCreature("DASSIN",[1127.1457],0)
SetGlobal("StGuardAttack","AR0300",1)~ EXIT
END
New Section:
IF ~Global("WorkingForBodhi","GLOBAL",1)
~ THEN BEGIN 1 // from:
SAY #21325 /* ~Ye've made quite th' mistake, showin' yer face around here!~ */
IF ~~ THEN DO ~CreateCreature("STAS01",[667.1583],0)
CreateCreature("STAS01",[759.1206],0)
CreateCreature("STAS01",[500.1246],0)
CreateCreature("STAS01",[1435.1156],0)
CreateCreature("STAS01",[1127.1457],0)
CreateCreature("STAS01",[1276.1080],0)
CreateCreature("STAS01",[1621.890],0)
CreateCreature("STAS01",[1606.760],0)
SetGlobal("StGuardAttack","AR0300",1)~ EXIT
END
I also tried just removing all the other stuff and just leaving the CreateCreature parts from both and I still cant get it to work.
ronin
Edited by ronin69hof, 14 July 2006 - 04:37 AM.