The following warnings occurred:
Warning [2] Use of undefined constant SAPI_NAME - assumed 'SAPI_NAME' (this will throw an Error in a future version of PHP) - Line: 3388 - File: inc/functions.php PHP 7.4.33-nmm7 (Linux)
File Line Function
/inc/functions.php 3388 errorHandler->error
/showthread.php 116 build_archive_link
Warning [2] Use of undefined constant IN_ARCHIVE - assumed 'IN_ARCHIVE' (this will throw an Error in a future version of PHP) - Line: 3331 - File: inc/functions.php PHP 7.4.33-nmm7 (Linux)
File Line Function
/inc/functions.php 3331 errorHandler->error
/inc/functions.php 3324 build_forum_breadcrumb
/showthread.php 195 build_forum_breadcrumb
Warning [2] Use of undefined constant IN_ARCHIVE - assumed 'IN_ARCHIVE' (this will throw an Error in a future version of PHP) - Line: 3331 - File: inc/functions.php PHP 7.4.33-nmm7 (Linux)
File Line Function
/inc/functions.php 3331 errorHandler->error
/showthread.php 195 build_forum_breadcrumb






Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Housing misnomer
Author Message
Shidhun
Journeyman
*

Posts: 59
Likes Given: 5
Likes Received: 3 in 3 posts
Joined: Jul 2012
Reputation: 1



Post: #4
RE: Housing misnomer
The important part was sdialog instead of src.dialog. This way the sign is the object, which calls the dialog.
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
DUPELIST=0bd2

CATEGORY=Decoration - Signs
SUBSECTION=Blank
DESCRIPTION=Brass Blank

on=@create
    attr=attr_move_never

on=@Click
    message @0481 Evin sahibi : <name>
    return 1

on=@Dclick
    sdialog 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 Ayarlari
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 Kaldir
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?
    sdialog 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 <isempty <argtxt[1]>> || (strlen(<argtxt[1]>) < 3) // A Restriction to the length of the name?
        src.sysmessage @38 isim yazmalisiniz.!
        return 1
    endif
        if ( strregex([^A-Za-z0-9\s]+,<argtxt[1]>) != 1 )
            name=<argtxt[1]>
            src.sysmessage @1152 Evinizin ismi degisti.
            resendtooltip
        else
            src.sysmessage @38 Gecersiz isim.!
        endif
   return 0
[EOF]
05-30-2014 02:54 PM
Find all posts by this user Like Post Quote this message in a reply
[+] 1 user Likes Shidhun's post
Post Reply 


Messages In This Thread
Housing misnomer - djazraell - 05-30-2014, 12:26 AM
RE: Housing misnomer - Shidhun - 05-30-2014, 03:19 AM
RE: Housing misnomer - djazraell - 05-30-2014, 04:19 AM
RE: Housing misnomer - Shidhun - 05-30-2014 02:54 PM
RE: Housing misnomer - djazraell - 05-30-2014, 03:20 PM
RE: Housing misnomer - Shidhun - 05-30-2014, 09:30 PM
RE: Housing misnomer - djazraell - 05-30-2014, 10:23 PM

Forum Jump:


User(s) browsing this thread: 1 Guest(s)