help needed on a mall script

bob221

New member
this script needs help it is a simple script to buy a mall store
Code:
if meat total is 50,000 then buy mall store if not display "cant buy store"

and i need help attaching files :-\
 

hippymon

Member
I don't understand.... You want to create a script that will purchase a mall store? Why do you need to script this, simply purchase one yourself. There is really no way to do it otherwise, because you need to give a store and shopkeep name, choose a store type, choose a shopkeep picture and give store caption.. You could do something like
Code:
 if(my_meat() >= 50000) print("You have enough meat to purchase a store.");
else print("You are unable to afford a store.");
Which will tell you whether or not you have enough meat to afford a store.
 

bob221

New member
[quote author=hippymon link=topic=1272.msg5881#msg5881 date=1192406207]
I don't understand.... You want to create a script that will purchase a mall store? Why do you need to script this, simply purchase one yourself. There is really no way to do it otherwise, because you need to give a store and shopkeep name, choose a store type, choose a shopkeep picture and give store caption.. You could do something like
Code:
 if(my_meat() >= 50000) print("You have enough meat to purchase a store.");
else print("You are unable to afford a store.");
Which will tell you whether or not you have enough meat to afford a store.
[/quote]

the code doesn't work kol mafia says that my meat is not valid
\
 
Top