An error in inspect

The place to post your WML questions and answers.

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.
Post Reply
white_haired_uncle
Posts: 1456
Joined: August 26th, 2018, 11:46 pm
Location: A country place, far outside the Wire

An error in inspect

Post by white_haired_uncle »

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.
argan_inspect.png
argan_with_error.png
Speak softly, and carry Doombringer.
User avatar
beetlenaut
Developer
Posts: 2867
Joined: December 8th, 2007, 3:21 am
Location: Washington State
Contact:

Re: An error in inspect

Post by beetlenaut »

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
User avatar
Celtic_Minstrel
Developer
Posts: 2372
Joined: August 3rd, 2012, 11:26 pm
Location: Canada
Contact:

Re: An error in inspect

Post by Celtic_Minstrel »

I'm pretty sure [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…?
Author of The Black Cross of Aleron campaign and Default++ era.
Former maintainer of Steelhive.
Post Reply