Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Let's make a game!
- // This is ALL for phone maker 3. yes.
- Resources
- *minprice
- hidden
- //on tick:minprice=((7segmentdisplay2)x25)+((1mhz2)x40)+((1kb2)x30)+((numpad2)x50)+((walkietalkie2)x60)
- on tick:minprice=100
- *price
- on load:price=minprice
- hidden
- tag:pricemaking
- name:Phone Price
- text:The price is $[price].
- Upgrades
- *minus1
- tag:pricemaking
- hidden
- name:-1
- on click:
- if (((price)-1)>(minprice))
- lose 1 price
- else
- toast Price is lower than price of components.
- *plus1
- tag:pricemaking
- hidden
- *minus2
- tag:pricemaking
- hidden
- *plus2
- tag:pricemaking
- hidden
- *minus10
- tag:pricemaking
- hidden
- *plus10
- tag:pricemaking
- hidden
- *minus25
- tag:pricemaking
- hidden
- *plus25
- tag:pricemaking
- hidden
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement