Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(4 edits)

Hi Mattias - would you mind posting a short script example for me please? - just the bare-minimum, to: 

===define a character=== 
==add character portrait to a location===
===simple dialog between player/character===


I'd really appreciate it. I'm having to accept defeat after an entire day of scouring the tutorial and example game.

Thank you.


Well, I got it to work by stripping down the demo game line-by-line...but it fails to compile when I add it to my game script. No idea what's going wrong... I guess I should keep things really simple and just make games with no characters or dialgues.

title: Character
version: 1.0
Author: ???
start: location
resolution: full
colormode: rgb

=== location ===
img: copter.png
txt: blah, blah...
chr: pilot
act: talk_to_pilot

=== pilot ===
name: helicopter pilot
short: pilot
face: pilot.png

=== talk_to_pilot ===
player: Hello
pilot: Oh hello!
act: get Radio