Advertisement
Guest User

Untitled

a guest
Oct 22nd, 2017
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.06 KB | None | 0 0
  1. valid_afflictions = {
  2. ["ablaze" "anorexia" "asthma" "blackout" "burning" "butisol" "calotropis" "clumsiness" "confusion" "crippled left arm" "crippled left leg" "crippled right arm" "crippled right leg" "cyanide" "damaged head" "damaged left arm" "damaged left leg" "damaged right arm" "damaged right leg" "damaged torso" "disloyalty" "disruption" "dizziness" "entangled" "epilepsy" "fear" "frozen" "hemotoxin" "hooked" "ignorance" "impaled" "impatience" "ineptude" "metrazol" "nausea" "paralysis" "prone" "recklessness" "sensitivity" "shivering" "shyness" "slickness" "slow balance" "slow elixirs" "slow equilibrium" "slow herbs" "stun" "stupidity" "sunallergy" "transfixed" "weariness" "webbed"] = true
  3. }
  4. function MiniConsoleScript()
  5. if gmcp.Char.Afflictions == "Add" then
  6. for k,v in ipairs(gmcp.Char.Afflictions.Add.name)do
  7. if valid_afflictions[v.name] then
  8. echo("AfflictionShow":"You are: ")
  9.  
  10. end
  11.  
  12.  
  13. local xx,yy = getMainWindowSize()
  14.  
  15. AfflictionShow = Geyser.MiniConsole:new({
  16. name= "AfflictionShow",
  17. x = xx-250, y = 0,
  18. width = 225, height = 200
  19. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement