Advertisement
GrandBulwark

Untitled

Feb 16th, 2015
180
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. Function ResetChest () native
  2.  
  3. If WZonesArmoryDebugMode.GetValueInt () == 1
  4.  
  5. RemoveAllItems(WZONES_ToggleTestBox)
  6. Debug.Notification("Items Removed From Chest")
  7. WZONES_ToggleTestBoxRef.AddForm(WZToggle_MASTERTEST)
  8. Debug.Notification("Items Re-added")
  9.  
  10. Endif
  11.  
  12. endFunction
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement