Art Person
Gender: None specified
Location: Making Sprites
Rank: Ace Attorney
Joined: Thu Sep 30, 2010 11:23 am
Posts: 3277
CourtCase301 wrote:
I want to have a scene in my PyWright case where Edgeworth presents the updated autopsy report, so can someone give me a tutorial on how to update evidence in PyWright?
I mentioned this before, please don't make new threads for every question. It goes against the forum's rules. It has rules against spam (which this technically falls under) ans double posting.
There is a pywright thread you can reply to. There are also some helpful tutorials shared here you can look for (e.g one by Ropfa).
EDIT: Here is a link to Ropfa's tutorial:
https://www.forums.court-records.net/vi ... 36&t=27314It's interactive and I found it helpful when starting to use pywright.
Quick answer to your question is you make 2 versions of the evidence. You then write:
"addev (updated autopsy)
delev (the old autopsy)"
in your script to replace one with the other.