Advertisement
nrzmalik

Clear Content Button JavaScript

Mar 28th, 2023 (edited)
460
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JavaScript 0.17 KB | Source Code | 0 0
  1. var player = GetPlayer();
  2. // Clear the value of the "Title" variable
  3. player.SetVar("Title", "");
  4.  
  5. // Clear the value of the "Editor" variable
  6. player.SetVar("Editor", "");
  7.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement