luizragna Posted August 19, 2017 Group: Members Topic Count: 35 Topics Per Day: 0.01 Content Count: 107 Reputation: 28 Joined: 02/12/14 Last Seen: January 9, 2023 Share Posted August 19, 2017 (edited) Hello, I would like to know if there is any script command that displays a message to the player as if he had spoken. When the player completes the mission, show at the bal of conversation: Quest complete! Edited August 19, 2017 by luizragna Quote Link to comment Share on other sites More sharing options...
0 GodKnows Jhomz Posted August 19, 2017 Group: Members Topic Count: 38 Topics Per Day: 0.01 Content Count: 333 Reputation: 68 Joined: 09/05/12 Last Seen: June 13, 2023 Share Posted August 19, 2017 You can use this code before or after giving the quest reward(s): message strcharinfo(0),"Quest Complete!"; or if you're using latest git you can also use this : showscript "Quest Complete!"; 1 Quote Link to comment Share on other sites More sharing options...
0 Start_ Posted August 19, 2017 Group: Members Topic Count: 26 Topics Per Day: 0.01 Content Count: 950 Reputation: 180 Joined: 04/05/13 Last Seen: 6 hours ago Share Posted August 19, 2017 atcommand "@me" + " Quest complate!"; Not sure it's your wanted code or not. 1 Quote Link to comment Share on other sites More sharing options...
0 luizragna Posted August 19, 2017 Group: Members Topic Count: 35 Topics Per Day: 0.01 Content Count: 107 Reputation: 28 Joined: 02/12/14 Last Seen: January 9, 2023 Author Share Posted August 19, 2017 Thanks guys! The GodKnows solved Quote Link to comment Share on other sites More sharing options...
Question
luizragna
Hello, I would like to know if there is any script command that displays a message to the player as if he had spoken.
When the player completes the mission, show at the bal of conversation: Quest complete!
Edited by luizragnaLink to comment
Share on other sites
3 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.