An error in inspect
Moderator: Forum Moderators
Forum rules
- Please use [code] BBCode tags in your posts for embedding WML snippets.
- To keep your code readable so that others can easily help you, make sure to indent it following our conventions.
-
- Posts: 1456
- Joined: August 26th, 2018, 11:46 pm
- Location: A country place, far outside the Wire
An error in inspect
I have no idea what to make of this. If I click on the unit and scroll down I don't see an issue with [variables], but if I click on [statuses][0] I get an error I don't understand and the scenario closes.
Speak softly, and carry Doombringer.
- beetlenaut
- Developer
- Posts: 2867
- Joined: December 8th, 2007, 3:21 am
- Location: Washington State
- Contact:
Re: An error in inspect
According to the wiki, [variables] allows keys/values. It doesn't mention that it supports any tags, so that is what I suspect is causing the error.
Campaigns: Dead Water,
The Founding of Borstep,
Secrets of the Ancients,
and WML Guide
The Founding of Borstep,
Secrets of the Ancients,
and WML Guide
- Celtic_Minstrel
- Developer
- Posts: 2372
- Joined: August 3rd, 2012, 11:26 pm
- Location: Canada
- Contact:
Re: An error in inspect
I'm pretty sure
It seems like a bug to me. I guess the code is probably trying to look up the variable in a different config, somehow…?
[variables]
can just hold any arbitrary WML, so no, I doubt that's the cause.It seems like a bug to me. I guess the code is probably trying to look up the variable in a different config, somehow…?