mirror of
https://github.com/He4eT/yet-another-experiment.git
synced 2026-05-05 00:57:22 +00:00
ShuffledEventList in "Examine" action
This commit is contained in:
parent
749eb0c962
commit
85ef181b34
2 changed files with 25 additions and 0 deletions
|
|
@ -45,5 +45,6 @@ gameMain: GameMainDef
|
||||||
#include "src/room/orangeBathroom.t"
|
#include "src/room/orangeBathroom.t"
|
||||||
|
|
||||||
#include "src/room/yellowRoom.t"
|
#include "src/room/yellowRoom.t"
|
||||||
|
#include "src/item/advertisingDisplay.t"
|
||||||
|
|
||||||
#include "src/actor/pc.t"
|
#include "src/actor/pc.t"
|
||||||
|
|
|
||||||
24
src/item/advertisingDisplay.t
Normal file
24
src/item/advertisingDisplay.t
Normal file
|
|
@ -0,0 +1,24 @@
|
||||||
|
advertisingDisplay: Decoration, Fixture
|
||||||
|
'bright lcd screen/display/monitor'
|
||||||
|
'bright lcd display'
|
||||||
|
" Huge and bright display mounted on the wall.<.p>
|
||||||
|
On the screen you see "
|
||||||
|
|
||||||
|
location = yellowRoom
|
||||||
|
|
||||||
|
dobjFor (Examine) {
|
||||||
|
action () {
|
||||||
|
inherited;
|
||||||
|
clips.doScript();
|
||||||
|
"<.p>";
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
clips: ShuffledEventList {[
|
||||||
|
'a bunch of different hieroglyphics on white background.',
|
||||||
|
'a glitched commercial of some drinks.',
|
||||||
|
'shuffled cuts from some softcore video.',
|
||||||
|
'some strange, unrelated words.',
|
||||||
|
'neat columns of hieroglyphs.'
|
||||||
|
]}
|
||||||
|
;
|
||||||
Loading…
Add table
Add a link
Reference in a new issue