Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Paradise

Paradise is an interactive fiction playground. · By Rek & Devine

Wildcard[tutorial] Sticky

A topic by Rek & Devine created Apr 29, 2018 Views: 858 Replies: 2
Viewing posts 1 to 3
Developer

This example demonstrates how to use a wildcard in a program.

create a random warp
enter the random warp
program warp in @__random
leave
use the random warp
Developer

This example creates a working dice program.

create a dice
enter the dice
program look
usage roll You rolled @random(1 2 3 4 5 6).
leave
roll the dice
Developer

How to append content to a vessel's note.

create a typewriter
enter the typewriter
program note @_note @query
usage type You typed "@query".
leave
use the typewriter