Jump to content
  • 0

A little help with NPC Waitingroom plz


Kethios

Question


  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  3
  • Reputation:   0
  • Joined:  03/01/13
  • Last Seen:  

hello, i have a requests how i can make the NPC waitingroom (Chatbox on NPC) with movement? i mean, i want the words or letters just move on the npc chatbox anyone know how to do it?

Link to comment
Share on other sites

7 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  45
  • Topics Per Day:  0.01
  • Content Count:  157
  • Reputation:   18
  • Joined:  08/18/15
  • Last Seen:  

In other words, you want the text that's displayed in the chat box above the NPC to move like an advertisement of sorts? That's a cool idea, but I'm not sure if it's possible with the engine we're using.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  3
  • Reputation:   0
  • Joined:  03/01/13
  • Last Seen:  

i know it's a good idea, i already see that script in some servers, but i don't know how to make it

Link to comment
Share on other sites


  • Group:  Developer
  • Topic Count:  48
  • Topics Per Day:  0.01
  • Content Count:  1443
  • Reputation:   337
  • Joined:  10/17/12
  • Last Seen:  

Yes it's possible, I've done this request before, let me find the file... Brb will edit...

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  51
  • Topics Per Day:  0.01
  • Content Count:  452
  • Reputation:   33
  • Joined:  12/18/14
  • Last Seen:  


OnInit:

again:

delwaitingroom;

waiting room "First announcement here.",0

sleep2 2000;

delwaitingroom;

waiting room "Second announcement here.",0

sleep2 2000;

goto again;

}

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  3
  • Reputation:   0
  • Joined:  03/01/13
  • Last Seen:  

OnInit:
	again:
	delwaitingroom;
	waiting room "First announcement here.",0
	sleep2 2000;
	delwaitingroom;
        waiting room "Second announcement here.",0
	sleep2 2000;
	goto again;
}

i will try this and see what happen :3

Link to comment
Share on other sites


  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10013
  • Reputation:   2348
  • Joined:  10/28/11
  • Last Seen:  

  • 0

  • Group:  Members
  • Topic Count:  15
  • Topics Per Day:  0.01
  • Content Count:  148
  • Reputation:   21
  • Joined:  11/12/18
  • Last Seen:  

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...