Hi,
Configured in spanish language, it seems that verb "wear" ("poner" in spanish) is not accepted. On the other hand, verb "unwear" ("quitar" in spanish) seems to work properly...I have to command...
sombrero: object "Un sombrero." wearable = "true" ;
: match "poner sombrero" {
: if (is_carried "sombrero") {
: wear "sombrero" ; } }
...to do the action of "wear".
I do not know if you already know about it...
Thanks!!
PS: This is not probably the best place for this question, not related with de JAM...Is there any oher place for these kind of questions?