Just been having a look at a problem where a trigger was crashing a dungeon because it didnt de-activate itself when stepped on by the party (after performing its action)
Checked GG's editor and it appears that the option is supported by the OPTIONS property but it doesnt seem to do anything.
To get round it there is another trigger on the same tile with a longer delay (3) that deactivates them all.
Is this a bug or is the above the standard way that triggers work.
The trigger was pointing at a relay that launches a single object (charge was set to 1 on the shooters) from 4 shooters. When you stepped on it the first time it was fine, but restepping on it failed.
The diagnostic was as below.
RTC (V0.28) Diagnostic file - Tue Jan 13 00:17:14 2004
Error:
an access violation exception.
Stack Dump:
RTC.CheckPartyTile(bool TRUE);
RTC.MovePartyForward();
RTC.DoFrame(int 50);
RTC.WinMain();
I had a quick look through DM.TXT and CSB.TXT but couldnt find any flooritem_triggers that deactivate themselves.
Any ideas?
Cheers
FLOORITEM_TRIGGER deactivate self
Moderator: George Gilbert
Forum rules
Please read the Forum rules and policies before posting. You may
to help finance the hosting costs of this forum.
Please read the Forum rules and policies before posting. You may

- andyboy_uk
- On Master
- Posts: 647
- Joined: Thu Feb 20, 2003 1:51 am
- Location: London, UK
- Gambit37
- Should eat more pies
- Posts: 13769
- Joined: Wed May 31, 2000 1:57 pm
- Location: Location, Location
- Contact:
This is something I brought up literally years ago, and I don't think it was ever addressed. It does not seem possible to DEACTIVATE other ACTIVE actuators or vice versa.
The best you can do is to DESTROY an actuator if you want it to no longer work. There doesn't appear to be an opposite equivalent.
This is a real shame as it would open up massive possibilities.
The best you can do is to DESTROY an actuator if you want it to no longer work. There doesn't appear to be an opposite equivalent.
This is a real shame as it would open up massive possibilities.
- andyboy_uk
- On Master
- Posts: 647
- Joined: Thu Feb 20, 2003 1:51 am
- Location: London, UK
- George Gilbert
- Dungeon Master
- Posts: 3022
- Joined: Mon Sep 25, 2000 11:04 am
- Location: London, England
- Contact:
- andyboy_uk
- On Master
- Posts: 647
- Joined: Thu Feb 20, 2003 1:51 am
- Location: London, UK
- andyboy_uk
- On Master
- Posts: 647
- Joined: Thu Feb 20, 2003 1:51 am
- Location: London, UK
Here you go George
http://www.freewebs.com/andyboy_uk/test.zip
You will need to right click and copy & paste into a new browser to get it. I have included the TXT, RTC and LOG file in there. It is only small
To make it crash, get HALK out of teh mirror and step on the centre tile once (and the corn comes flying out), then step off and back on again, and bang! crashes out.
Cheers GG
Andy
http://www.freewebs.com/andyboy_uk/test.zip
You will need to right click and copy & paste into a new browser to get it. I have included the TXT, RTC and LOG file in there. It is only small
To make it crash, get HALK out of teh mirror and step on the centre tile once (and the corn comes flying out), then step off and back on again, and bang! crashes out.
Cheers GG
Andy
Regards,
Andy
Andy
- andyboy_uk
- On Master
- Posts: 647
- Joined: Thu Feb 20, 2003 1:51 am
- Location: London, UK
- George Gilbert
- Dungeon Master
- Posts: 3022
- Joined: Mon Sep 25, 2000 11:04 am
- Location: London, England
- Contact:
- andyboy_uk
- On Master
- Posts: 647
- Joined: Thu Feb 20, 2003 1:51 am
- Location: London, UK