luizragna Posted August 19, 2017 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
0 GodKnows Jhomz Posted August 19, 2017 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
0 Start_ Posted August 19, 2017 Posted August 19, 2017 atcommand "@me" + " Quest complate!"; Not sure it's your wanted code or not. 1 Quote
0 luizragna Posted August 19, 2017 Author Posted August 19, 2017 Thanks guys! The GodKnows solved Quote
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 luizragna3 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.