mob
verb
Information()
set category = "Help"
switch(input("What do you want more Information about?","Information")in list("Item Information","Weapon Information","Game Rules","Credits"))
if("Item Information")
usr.ItemInformation_File()
if("Weapon Information")
usr.WeaponInformation_File()
if("Game Rules")
usr.GameRules_File()
if("Credits")
usr.Credits_File()
Problem description:
Ok i want to be able to make a brower pop up with my information it it. What is a code so that When they select a choice a small browser window will pop up and display the information? The code posted are the choices.
<font size=1337 color=red>ignore the help vampire.</font>