Waypoint #65
*whisper character xxxx Message*
Waypoint #66
If someone could tell me how to do this that'd be great.
Thanks!

Code: Select all
message = "Some message"
name = "Player Name"
RoMScript("SendChatMessage(\"" .. message .. "\",\"WHISPER\",0,\""..name.."\")")
thanks so much! I'm new to this so i'd never be able to think up something like that. Also on a side note... it... do i put the Message =rock5 wrote:SendChatMessage should work. Something like this.Code: Select all
message = "Some message" name = "Player Name" RoMScript("SendChatMessage(\"" .. message .. "\",\"WHISPER\",0,\""..name.."\")")
Code: Select all
RoMScript("SendChatMessage(\""Wakawaka"\",\"WHISPER\",0,\""ToonsName"\")")
Code: Select all
RoMScript("SendChatMessage(\"Some message\",\"WHISPER\",0,\"Player Name\")")
Thanks so muchrock5 wrote:Just change "message =" and "name =". The RoMScript command would use those variables. I thought it would be easier like this.
If you just want to use a RoMScript command, it would look like this.Code: Select all
RoMScript("SendChatMessage(\"Some message\",\"WHISPER\",0,\"Player Name\")")
Code: Select all
<?xml version="1.0" encoding="utf-8"?><waypoints>
<!-- # 1 --><waypoint x="-440" z="-5987"> </waypoint>
message = "Wakawaka"
name = "Frose"
RoMScript("SendChatMessage(\"" .. message .. "\",\"WHISPER\",0,\""..name.."\")")
</waypoints>
I, sir, am a dumbass. Thankyou!rock5 wrote:You use "player:merchant('npcname')" to auto sell, buy and repair according to the settings in your profile.
http://www.solarstrike.net/wiki/index.p ... uto_repair
Users browsing this forum: Bing [Bot] and 31 guests