Chat interaction

thorthor

Member
Thx to sigma, i only searched the eve section :(

My bot now sends a message in corp chat and makes a bookmark. When i find out how to send system and belt number, i ll post it here.

In obj_ratter last few lines:

if ${Targets.TargetNPCs} && ${Social.IsSafe}
{
if ${Targets.SpecialTargetPresent}
{
UI:UpdateConsole["Special spawn Detected!", LOG_CRITICAL]
call Sound.PlayDetectSound
; Wait 5 seconds
;faction spawn
EVEWindow[Corp]:Maximize
wait 20
Keyboard:Type[Special spawn detected ]
Keyboard:press[Enter]
wait 30
EVE:CreateBookmark["${Special Spawn}"]
}
}
 
Top Bottom