We value your input! Please participate in Archicad 28 Home Screen and Tooltips/Quick Tutorials survey
2015-01-27 05:30 PM - last edited on 2023-05-24 10:49 AM by Rubia Torres
!!---------------!!!!---------------!!!---------------!! !!--- Show ID ---!!!!--- Show ID ---!!!--- Show ID ---!! !!---------------!!!!---------------!!!---------------!! room_num="" If glob_context<>5 and glob_context<>1 and (GS_CustomText=`Room & Door ID` or GS_CustomText=`Room ID`) Then (... AND SO FORTH, INCLUDING THE LINES BELOW:) pen AC_TextPen_1 If GS_CustomText<>`Custom Text` Then Room_ID=room_num Door_ID=AC_WIDO_ID Else Room_ID=GS_RoomCustom Door_ID=GS_DoorCustom EndIfTHEN ADD THE FOLLOWING PARAMETERS
drID=Room_ID+Door_IDREPLACE THE FOLLWING 2D SCRIPT SECTION
if GS_CustomText=`Room ID` then style mtext11style text2 0,0,Room_ID else style mtext11style text2 0,0,Room_ID style mtext12style text2 0,0,Door_ID endifWITH THE FOLLOWING (OR simply substitute the two variables)
if GS_CustomText=`Room ID` then style mtext11style text2 0,0,Room_ID else style mtext11style text2 0,0,drID style mtext12style text2 0,0,hdw_set endifIN THE PARAMETER SCRIPT ADD THE FOLLOWING LINE
values "drID" Room_ID+Door_IDSave your modified marker, for demonstration i included the word "TEST" at the end of the name.
2015-01-27 06:18 PM
2015-02-18 04:21 AM
2015-09-04 09:00 PM
2015-09-04 09:23 PM
2015-09-05 12:36 AM
2015-09-05 01:38 AM