Est Rescued

From EventScripts Community Encyclopedia
Syntax: est_Rescued <variable>
Note: Command parameters are described inside the < and > characters. Optional parameters are contained within [ and ] characters.

Contents

Description

  • Returns how many hostages have been rescued

Parameters

  • variable - The variable to store the returned value in

Example


event hostage_stops_following
{
  es_xset myvar 0
  es est_Rescued myvar event_var(userid)
  if(event_var(es_userteam) == 3) do
  {
    es_tell event_var(userid) server_var(myvar) hostages have been rescued...
  }
}

Notes

  • None

See Also

blog comments powered by Disqus