color_or_colour by K.V.

This game is unlisted. Only those with the link can see it.
Just a very simple test using QuestJS v0.8.

Examine the object named "tester".

It will say: "Does this say 'color' or 'colour': ??????"

Hopefully, in the US, the ????? are "color", and they are "colour" anywhere besides the US.

---
```
createItem("tester", TAKEABLE(), {
loc: "lounge",
examine: `Does this say 'color' or 'colour': ${navigator.language === 'en-US' || navigator.userLanguage === 'en-US' ? 'color' : 'colour'}`
})
```
None yet!
Log in to post a review or comment.
Similar Games

The Lich-King


Average rating
Not yet rated
Written by
K.V.

Plays
64
HTML Game
Added 12 Jul 2021
Updated 12 Jul 2021


Support

Forums