SphereCommunity

Full Version: Farm dialog
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
hi friends ..
I want to write the fields, but you need your assistance.! [Farming system]

I'm going to add an item such as housing, but that if it is double-clicked it;
This field will write for sale and empty fields

Code:
[ITEMDEF i_tarla]
id i_sign_brass
name Tarla tabelasi

on @Create
color 0491
attr 010

on @Click
message @1152 <serv.name>
message @666 <name>
return 1

on @Dclick
if ! ......................
src.message @38 Field belongs to someone else.!
else
        sdialog d_forsale
return 1

[dialog d_forsale]
0.0
nomove
noclose
.................          |
..............             | This is gonna get buy <src.name>?
............               |
Reference URL's