Eventscripts lasterror
|
[edit] Descriptioneventscripts_lasterror stores a message from the last error EventScripts encountered while processing code.
server_var(eventscripts_lasterror)
eventscripts_lasterrorNote: Command parameters are described inside the
< and > characters. Optional parameters are contained within [ and ] characters.[edit] Exampleseventscripts_lasterror is mostly useful as a quasi-command from the console, however an example is provided below for reference. player_say.cfg if (event_var(text) equalto "showlasterror") then es_xmsg Last Error - server_var(eventscripts_lasterror)
|
