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:
How do u make it so that when a user choosed one that it show theme in the byond browser?
- GhostAnime