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