Before you posted this, I removed the if statement above it while also changing what you said, now it works great! Edit: I'll try this nonetheless. Edit2: That fix didn't work. What I mentioned did.
Last Edit: June 26, 2014, 10:22:12 pm by ProGamerzFTW
Has the ability to issue warnings to users, edit and remove posts from the forum and to move topics to other boards. Upholds the rules of the forum. Moderates Chat Rooms.
Ah, I jus tnoticed that I had forgot to change "self endon("new_thread");" to "trig endon("new_thread");" in the sethintString_show() function. Try making that change and see if it fixes that issue.
I did exactly that while also removing the line
Code Snippet
Plaintext
if(isDefined(self.lookingattrig) && self.lookingattrig == trig) return; //no need to keep calling the thread
After I did that the hintstring properly updates when still in the trigger.
Other than that, the fix you suggested in the last post also worked. (It dissappears for like a tenth of a second but I don't mind that)
Last Edit: June 26, 2014, 10:35:54 pm by ProGamerzFTW
Has the ability to issue warnings to users, edit and remove posts from the forum and to move topics to other boards. Upholds the rules of the forum. Moderates Chat Rooms.
Has the ability to issue warnings to users, edit and remove posts from the forum and to move topics to other boards. Upholds the rules of the forum. Moderates Chat Rooms.
Has the ability to issue warnings to users, edit and remove posts from the forum and to move topics to other boards. Upholds the rules of the forum. Moderates Chat Rooms.
Has the ability to issue warnings to users, edit and remove posts from the forum and to move topics to other boards. Upholds the rules of the forum. Moderates Chat Rooms.
Has the ability to issue warnings to users, edit and remove posts from the forum and to move topics to other boards. Upholds the rules of the forum. Moderates Chat Rooms.
Has the ability to issue warnings to users, edit and remove posts from the forum and to move topics to other boards. Upholds the rules of the forum. Moderates Chat Rooms.
I know the source is on the wiki but you commented this in the script: //||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| //|||| Name : trem_hintstrings.gsc //|||| Info : Fixes hintstrings that don't update. //|||| Site : www.ugx-mods.com //|||| Author : [UGX] treminaor //|||| Notes : v1.3 //|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
I checked it and I think you only forgot to change the version number from 1.3 to 1.4?