Werdio Posted July 29, 2012 Group: Members Topic Count: 83 Topics Per Day: 0.02 Content Count: 248 Reputation: 1 Joined: 06/27/12 Last Seen: May 9, 2016 Share Posted July 29, 2012 How the topic title it says, I tried to make a NPC, which have a Chatroom over him. Here my "noob" script: anymap,22,168,6 script Store Row 1 800 chat "Store Row 1" I want to add this features: -No Speak to NPC -No Name Showing -Only Chat over the NPC -Cant Enter Chat soFar~ Quote Link to comment Share on other sites More sharing options...
Emistry Posted July 29, 2012 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2370 Joined: 10/28/11 Last Seen: Sunday at 05:32 PM Share Posted July 29, 2012 waitingroom "Store Row 1",0; Quote Link to comment Share on other sites More sharing options...
Werdio Posted July 29, 2012 Group: Members Topic Count: 83 Topics Per Day: 0.02 Content Count: 248 Reputation: 1 Joined: 06/27/12 Last Seen: May 9, 2016 Author Share Posted July 29, 2012 (edited) I'm sorry but it didn't work. Please explain or show me <.< My noob script(s): anymap,31,165,6 waitingroom "Store Row 1",0; { anymap,31,165,6 waitingroom "Store Row 1",0; 999 anymap,22,168,6 script Store Row 1 800 waitingroom "Store Row 1",0; .... Yes, I'm a noob Edited July 29, 2012 by Nochii Quote Link to comment Share on other sites More sharing options...
Emistry Posted July 29, 2012 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2370 Joined: 10/28/11 Last Seen: Sunday at 05:32 PM Share Posted July 29, 2012 prontera,155,181,5 script Sample 757,{ end; OnInit: waitingroom "Store Row 1",0; end; } Quote Link to comment Share on other sites More sharing options...
Joseph Posted July 29, 2012 Group: Members Topic Count: 5 Topics Per Day: 0.00 Content Count: 341 Reputation: 43 Joined: 01/10/12 Last Seen: June 29, 2020 Share Posted July 29, 2012 Something like this? map,x,y,z script #Chat 100,{ end; OnInit: waitingroom "Chatroom",0; end; } Quote Link to comment Share on other sites More sharing options...
Werdio Posted July 29, 2012 Group: Members Topic Count: 83 Topics Per Day: 0.02 Content Count: 248 Reputation: 1 Joined: 06/27/12 Last Seen: May 9, 2016 Author Share Posted July 29, 2012 Thank ya ! Quote Link to comment Share on other sites More sharing options...
Question
Werdio
How the topic title it says, I tried to make a NPC, which have a Chatroom over him.
Here my "noob" script:
I want to add this features:
-No Speak to NPC
-No Name Showing
-Only Chat over the NPC
-Cant Enter Chat
soFar~
Link to comment
Share on other sites
5 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.