Ghostalk Offline Timed Combo Handy App

For those who are out in the field without a data connection or just want an easy to tweak javascript chooser for spirit communication.


The scripts you see in the iframes below are all one file self contained html files with javascripts which are easy to edit/tweak using any basic text editor {Notepad for window users}.

There are 716 words included and you can add, change or delete as many as you like just follow the formatting in the source code.

These are standalone html files that can be saved to your device and used at any time with pretty much any browser that allows for the use of javascript. These are also all Karma Kopyrighted which means you can basically do whatever you like with them.


Below is a very simple javascript that randomly picks a word whenever the button is pushed

Originally written for MichaFire a member in our forum

Right Click and Save to download.


Below is a slightly more complicated but still easy to tweak script. It chooses 5 words with a 1 second delay between words chosen. It also uses the GhosTalk input setup so you can do some of the same tricks with it.

Right Click and Save to download.


Below is slightly more complicated still and chooses 10 words randomly at 1 second intervals. I just added a little CSS to make it prettier and not cause night blindness if you are using it in the dark. I also added a little timing variable "t=1000" near the top in the source code so it's easy to change the delay. The 1000 is milliseconds aka one second. Setting the delay to 10 seconds "t=10000" is good for asking questions and allowing time for an entity to answer.

Right Click and Save to download.