|
Post by element on Apr 8, 2014 12:12:04 GMT
I've recently become a Shop Owner, and I've also bought a plot, however I have no idea how to make an ATM, or set up shops.
Maybe there could be a job help post on the forum, or area in-game where people can get help if they have slightly more complicated roles?
Oh also, how do you set up buyable things? :S
|
|
|
Post by xxxXXXSWAGXXXxxx on Apr 8, 2014 15:26:24 GMT
To make buyable things do this in events
onActivate>self>requestfunds [What you're selling here] [Amount you want to sell it for] ontransfersuccess>self>givefood/giveitem [Thing you want to give]
For example onActivate>self>requestfunds [Buy a high quality gun!] [125] ontransfersuccess>self>giveitem [Gun]
Would make it so they get a prompt to "Buy a high quality gun!" for $125, if they accept they get a gun.
|
|
|
Post by element on Apr 8, 2014 18:13:09 GMT
There's no givefood output event :S
|
|
dupe
New Member
Posts: 17
|
Post by dupe on Apr 8, 2014 19:38:54 GMT
SWAG is giving duff information it seems, to sell food your eventing should look something like this:
onActivate>Self>sellFood>*portionSize ("Product Name") (Profit)
*e.g Americanized
The food has a set price depending on portion, it is up to you whether or not to sell for a big profit, you don't need to worry about making a loss.
|
|