From cf724d119f0be445f06e6c46a84fc14661bfe051 Mon Sep 17 00:00:00 2001 From: mauirixxx Date: Wed, 24 May 2017 23:54:53 -1000 Subject: [PATCH] add 3rd option - toon creation probably will change --- gw-toon.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/gw-toon.php b/gw-toon.php index dfd478d..5b6e8ba 100644 --- a/gw-toon.php +++ b/gw-toon.php @@ -35,7 +35,9 @@ if ($whattoon == "0" or $whattoon == ""){ $_SESSION['playerid'] = $whattoon; echo '
Select your course of action
'; + echo '
  • View Character loot history
  • '; + echo '
  • Create a toon (not working)
  • '; + echo ''; echo '

    '; } echo '

    ';