From c08f3bbebe5e198f704fc510ed9aaddb6b6f7467 Mon Sep 17 00:00:00 2001 From: mauirixxx Date: Wed, 24 May 2017 23:53:35 -1000 Subject: [PATCH] beginnings of toon creation --- gw-action.php | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/gw-action.php b/gw-action.php index ffde509..94c4439 100644 --- a/gw-action.php +++ b/gw-action.php @@ -9,7 +9,11 @@ if ($action == 1){ //insert dropped items data } else if ($action == 2){ //view history of dropped items echo ''; echo '
'; -} else { +} else if ($action == 3){ //toon creation page here + echo ''; + echo 'Character creation is currently disabled!

Click here to go to the main page'; + //echo '
'; //enable this and modify it when gw-create.php is made +{ echo 'You shouldn\'t be seeing this, something went horribly horribly wrong!'; } ?> \ No newline at end of file