View Single Post
  #11  
Old 11-08-2009, 03:18 AM
LoneAngelIbesu LoneAngelIbesu is offline
master of infinite loops
LoneAngelIbesu's Avatar
Join Date: May 2007
Location: Toldeo, Ohio
Posts: 1,049
LoneAngelIbesu has a spectacular aura aboutLoneAngelIbesu has a spectacular aura about
Send a message via AIM to LoneAngelIbesu
Quote:
Originally Posted by sssssssssss View Post
Well on here it just says make a DB called DB_Shops, and add a shop name in the flags.
doesnt tell what format, var to use if any, how to name the shops, nothing that i saw.
It does, but you have to actually read the code.

PHP Code:
  level.shopname = (!(DB_Shops.(level.creditor "_name")) ?  
                    
"Unnamed Shop" DB_Shops.(level.creditor "_name")); 
In DB_Shops, the format for naming shops is this.mylevel_name = "My Shop Name".
__________________
"We are all in the gutter, but some of us are looking at the stars."
— Oscar Wilde, Lady Windermere's Fan
Reply With Quote