Guest User

Untitled

a guest
Jul 15th, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. mob
  2. verb
  3. M1()
  4. set hidden = 1
  5. usr << "<i><small>You hit key 1"
  6. for(var/obj/hud/M1/s in client.screen) //Set variable for the object on your screen
  7. for(var/obj/Skills/sc in usr) //Set variable for the object in your contents
  8. if(sc.name == s.name) //If these two variables are equal
  9. sc.Interact() //Run the Interact() proc for the skillcard
Add Comment
Please, Sign In to add comment