Thread Rating:
- 0 Votes - 0 Average
- 1
- 2
- 3
- 4
- 5
Housing misnomer
|
Author |
Message |
djazraell 
Apprentice

Posts: 26
Likes Given: 2
Likes Received: 1 in 1 posts
Joined: May 2014
Reputation: 0
![]()
|
RE: Housing misnomer
Not knowing the importance of Turkish
Console error:
21:08: ERROR: (sphere_item_deco_signs.scp,633)Can't resolve <type>
21:08: ERROR: (sphere_item_deco_signs.scp,633)Undefined symbol ''
I wrote the following
Code:
[ITEMDEF 0bd1]
//brass sign
DEFNAME=i_sign_brass
TYPE=T_SIGN_GUMP
TDATA2=064
FLIP=1
RESOURCES=2 I_BOARD, 1 i_ingot_iron
CATEGORY=Decoration - Signs
SUBSECTION=Blank
DESCRIPTION=Brass Blank
DUPELIST=0bd2
on=@create
attr=attr_move_never
on=@Click
message @0481 Evin sahibi : <uid.<src.targ.more2>.name>
return 1
on=@Dclick
src.dialog d_evtabelasi
return 1
[dialog d_evtabelasi]
110,35
nomove
noclose
resizepic 0 0 3500 450 440
gumppic 10 10 100
button 150 10 4006 4007 1 0 1
dtext 195 10 1152 Evin ismini degistir
button 150 30 4006 4007 1 0 2
dtext 195 30 41 Tabelayi degistir
button 150 50 4006 4007 1 0 3
dtext 195 50 494 Evin durumu
button 150 70 4006 4007 1 0 4
dtext 195 70 5 Ayarlar
button 150 90 4006 4007 1 0 5
dtext 195 90 1152 Owner Ayarları
button 10 390 4005 4007 1 0 6
dtext 45 390 1152 Evden yasakla
button 10 410 4005 4007 1 0 7
dtext 45 410 1152 Yasak Kaldır
button 250 390 4005 4007 1 0 8
dtext 285 390 1152 Banka ac
button 250 410 4005 4007 1 0 9
dtext 285 410 1152 Kapat
dtext 45 115 494 Bu ev <src.targ.tag0.builton> tarihinde <uid.<src.targ.more2>.name>
dtext 45 150 494 tarafindan kurulmustur.
dtext 45 185 494 Tum playerlar sadece 1 ev kurabilir
dtext 45 220 494 Evler icine :
dtext 45 255 494 Dost & Ortak & Sahip 1 strongbox koyabilir.
dtext 45 290 0 Guvenli esya sayisi :
dtext 310 290 1152 <ddef.global_secure_storage>
else
dtext 310 290 1152 <dsrc.targ.tag0.storage_limit>
endif
dtext 45 325 0 Sabit esya sayisi :
dtext 310 325 1152 <dsrc.targ.tag0.locked_items>
dtext 45 360 0 Kilitli esya sayisi :
dtext 310 360 1152 <dsrc.targ.tag0.secure_cont>
[dialog d_evtabelasi button]
on 1
src.sysmessage @1152 Evinizin yeni ismi ne olsun?
src.dialog d_evisimdegis
[dialog d_evisimdegis]
0,0
nomove
noclose
resizepic 0 0 3500 450 140
gumppic 10 10 100
dtextentry 165 10 195 35 044 1 ?
button 360 10 4024 4025 1 0 27
[dialog d_evisimdegis button]
on 27
if (<type>==t_sign_gump)
if !<argtxt[?]>
src.sysmessage @38 isim yazmalisiniz.!
return 1
endif
if ( strregex([^A-Za-z0-9\s]+,<argtxt[?]>) != 1 )
name=<argtxt[?]>
src.sysmessage @1152 Evinizin ismi degisti.
resendtooltip
else
src.sysmessage @38 Gecersiz isim.!
endif
return 0
endif
I also
sphere_item_deco_signs
I'm organizing.
Or this my fault?
"House.scp" Should I create?
|
|
05-30-2014 04:19 AM |
|
|
Messages In This Thread |
RE: Housing misnomer - djazraell - 05-30-2014 04:19 AM
|
User(s) browsing this thread: 1 Guest(s)