Posts
145
Respect
28Add +1
Forum Rank
Pack-a-Puncher
Primary Group
Member
Login Issues
Forgot password?Activate Issues
Account activation email not received? Wrong account activation email used?Other Problems?
Contact Support - Help Center Get help on the UGX Discord. Join it now!
![]() | Benevolent Soul who has our eternal gratitude and exclusive access to betas and the donator section of the forum. |
So I was testing my map and I realized my doors say "Press F to Clear Debris" rather than "Press F to open door".
Is there a way I can change the text to anything I want? I looked in the trigger in front of the door and maybe it's "cursorhint" or "hintstring"?
For the most part I just want "Press F to open door" but there is ONE door that I want to have custom text for.
Thanks!

![]() | Benevolent Soul who has our eternal gratitude and exclusive access to betas and the donator section of the forum. |
"script_vector" "100 0 0" //This is the direction the door will slide.
"targetname" "door_name" //Name of the door.
"spawnflags" "1""script_noteworthy" "magic_door"
"zombie_cost" "" //Put price in quotes, by default you can only use 100, 200, 250, 500, 750, 1000, 1250, 1500, 1750, 2000
"target" "door_name" //This will be same as the targetname of the model.![]() | Benevolent Soul who has our eternal gratitude and exclusive access to betas and the donator section of the forum. |
I went to the "Creating a swinging door" page to see if I could find out how to make one there, but it says to create a door script_brushmodel. I only know how to make a script brushmodel. Is it just a script brushmodel with a door texture? Also, this doesn't tell me how to change the text ;-;

REFERENCE BUTTON_BUY_OPEN_DOOR_100
LANG_ENGLISH "Press & hold &&1 to Open Door [Cost: 100]"REFERENCE BUTTON_BUY_OPEN_DOOR_100
LANG_ENGLISH "Press & hold &&1 to Open Zombie Door [Cost: 100]"add_zombie_hint( "default_buy_door_100", &"ZOMBIE_BUTTON_BUY_OPEN_DOOR_100" );add_zombie_hint( "default_buy_door_100", "Press & hold &&1 to Open Door [Cost: 100]" ); // Make sure you remove & sign. 
![]() | Benevolent Soul who has our eternal gratitude and exclusive access to betas and the donator section of the forum. |
I created a script_brushmodel and went to textures > Usage > Door. When I pick a texture it doesn't change the text
![]() | Benevolent Soul who has our eternal gratitude and exclusive access to betas and the donator section of the forum. |
Idk how to make a proper door XD
