Advertisement
lostcalpolydude

Digitize warn

Dec 9th, 2016
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. void warn()
  2. {
  3. if ( !can_interact() && get_property( "relayCounters" ).contains_text( "Digitize Monster" ) && !get_counters( "", 0, 950 ).contains_text( "Digitize Monster" ) )
  4. {
  5. cli_execute( "counters warn Digitize Monster" );
  6. }
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement