Est GetEscort
From EventScripts Community Encyclopedia
Syntax: est_GetEscort <variable> <identifier>Note: Command parameters are described inside the
< and > characters. Optional parameters are contained within [ and ] characters.
[edit] Description
[edit] Parameters
[edit] Exampleevent hostage_stops_following { es_xset myvar 0 es est_GetEscort myvar event_var(userid) if(event_var(es_userteam) == 3) do { if(server_var(myvar) != 0) do { es_tell event_var(userid) A hostage stopped following you, but server_var(myvar) hostages are still following you } else do { es_tell event_var(userid) None of the hostages are following you } } } [edit] Notes
[edit] See Also |
