[Fixed for V0.49] Consumable item triggering plot screen

Messages are moved here (should anyone ever want to see them again) once they are no longer applicable to the current version (e.g. suggestions that have been implemented or bugs that have been fixed).

Moderator: George Gilbert

Forum rules
Please read the Forum rules and policies before posting.
Post Reply
User avatar
Gambit37
Should eat more pies
Posts: 13714
Joined: Wed May 31, 2000 1:57 pm
Location: Location, Location
Contact:

[Fixed for V0.49] Consumable item triggering plot screen

Post by Gambit37 »

Scenario:

1) Clone an item
2) Make it consumable by giving it a food value -- I gave it 100
3) Attach an action to its "Consume" tab -- the action should be ACTION_OBJECT_ACTIVATE and the item to activate should be a unique plot screen (cloned from the base one).
4) Make your character eat the item
5) Eating animation starts, plot screens shows, but when you exit the plot screen. the eating animation is still going, then RTC crashes.

Error:
an access violation exception.

Stack Dump:
RTC.ActionConsume(int 0);
RTC.ProgStateConsumeFood();
RTC.DoFrame(int 62);
RTC.WinMain();
User avatar
George Gilbert
Dungeon Master
Posts: 3022
Joined: Mon Sep 25, 2000 11:04 am
Location: London, England
Contact:

Post by George Gilbert »

Fixed for V0.49
Post Reply