Skip to content

Instantly share code, notes, and snippets.

@renovatorruler
Last active August 23, 2021 16:32
Show Gist options
  • Save renovatorruler/b0190eb833af5fae92937af8f6a4e132 to your computer and use it in GitHub Desktop.
Save renovatorruler/b0190eb833af5fae92937af8f6a4e132 to your computer and use it in GitHub Desktop.
Wishscript Landing Page
Wishscript Landing Page
create -> Create Temple
import -> Import Temple
Create Temple
enter Phone Number -> Generating Temple
back -> Wishscript Landing Page
Import Temple
Generating Temple
generated -> Temple Generated
Temple Generated
next -> Welcome to Atharvalok
Welcome to Atharvalok
next -> Select Type of Amulet
Select Type of Amulet
love -> Love
health -> Health
wealth -> Wealth
career -> Career
Love
Health
Wealth
Career
function render(model){
let current_state_name = model.active_states[0].name;
return $("h1",
{style: {color: "darkBlue"}},
`The current state is: ${current_state_name}`);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment